import { BaseOutputParser } from "../schema/output_parser.js"; export declare class NoOpOutputParser extends BaseOutputParser { lc_namespace: string[]; lc_serializable: boolean; parse(text: string): Promise; getFormatInstructions(): string; }