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