import { z } from 'zod'; export declare const getPageResult: z.ZodObject<{ pathname: z.ZodString; locale: z.ZodString; alternate: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { pathname: string; locale: string; alternate: { pathname: string; locale: string; }[]; }, { pathname: string; locale: string; alternate: { pathname: string; locale: string; }[]; }>; //# sourceMappingURL=get-page.d.ts.map