import { z } from "zod/mini"; //#region src/content/legacy/document.d.ts declare const DocumentLegacySchema: z.ZodMiniPipe, z.ZodMiniUnknown>, z.ZodMiniTransform, Record>>; type DocumentLegacy = z.infer; //#endregion export { DocumentLegacy }; //# sourceMappingURL=document.d.ts.map