import type { ZodSchema } from 'zod'; export declare function parseStructuredOutput(raw: string, schema: ZodSchema): T; export declare function buildCorrectionPrompt(originalPrompt: string, failedOutput: string, error: string): string; //# sourceMappingURL=output-parser.d.ts.map