export interface AstNumberNodeOutput {
    /** Value of this literal. */
    value: number;
}
