import { z } from 'zod'; export declare const DocumentInfoSchema: z.ZodObject<{ documentId: z.ZodString; fileName: z.ZodString; }, z.core.$strip>; export type DocumentInfoInput = z.input; export type DocumentInfoModel = z.infer; //# sourceMappingURL=document-info.schema.d.ts.map