import { z } from "zod"; import { PageInfo, PageRotation } from "../../public/page"; export declare const pageRotationSchema: z.ZodType; export declare const pageInfoSchema: z.ZodType; //# sourceMappingURL=pageSchema.d.ts.map