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