import { z } from 'zod'; export declare const PlainDocumentSchema: z.ZodObject<{ text: z.ZodString; }, z.core.$strict>; export declare class PlainDocument { text: string; } //# sourceMappingURL=plain-document.d.ts.map