export interface AstStringNodeInput { /** Value of this literal. */ value: string; }