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