import { z } from "zod"; export declare function normalizeEscapedLineBreaks(value: string): string; export declare const multilineTextSchema: z.ZodEffects; //# sourceMappingURL=text.d.ts.map