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