import { z } from 'zod'; export declare const pageData: z.ZodObject<{ id: z.ZodString; path: z.ZodString; title: z.ZodNullable; description: z.ZodNullable; canonicalUrl: z.ZodNullable; socialImageUrl: z.ZodNullable; sitemapPriority: z.ZodNullable; sitemapFrequency: z.ZodNullable>; createdAt: z.ZodString; updatedAt: z.ZodString; publishedAt: z.ZodNullable; isOnline: z.ZodNullable; excludedFromSearch: z.ZodNullable; locale: z.ZodString; localizedVariants: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { path: string; id: string; locale: string; title: string | null; description: string | null; canonicalUrl: string | null; socialImageUrl: string | null; sitemapPriority: number | null; sitemapFrequency: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | null; createdAt: string; updatedAt: string; publishedAt: string | null; isOnline: boolean | null; excludedFromSearch: boolean | null; localizedVariants: { path: string; locale: string; }[]; }, { path: string; id: string; locale: string; title: string | null; description: string | null; canonicalUrl: string | null; socialImageUrl: string | null; sitemapPriority: number | null; sitemapFrequency: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | null; createdAt: string; updatedAt: string; publishedAt: string | null; isOnline: boolean | null; excludedFromSearch: boolean | null; localizedVariants: { path: string; locale: string; }[]; }>; export declare const getPagesResult: z.ZodObject<{ data: z.ZodArray; description: z.ZodNullable; canonicalUrl: z.ZodNullable; socialImageUrl: z.ZodNullable; sitemapPriority: z.ZodNullable; sitemapFrequency: z.ZodNullable>; createdAt: z.ZodString; updatedAt: z.ZodString; publishedAt: z.ZodNullable; isOnline: z.ZodNullable; excludedFromSearch: z.ZodNullable; locale: z.ZodString; localizedVariants: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { path: string; id: string; locale: string; title: string | null; description: string | null; canonicalUrl: string | null; socialImageUrl: string | null; sitemapPriority: number | null; sitemapFrequency: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | null; createdAt: string; updatedAt: string; publishedAt: string | null; isOnline: boolean | null; excludedFromSearch: boolean | null; localizedVariants: { path: string; locale: string; }[]; }, { path: string; id: string; locale: string; title: string | null; description: string | null; canonicalUrl: string | null; socialImageUrl: string | null; sitemapPriority: number | null; sitemapFrequency: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | null; createdAt: string; updatedAt: string; publishedAt: string | null; isOnline: boolean | null; excludedFromSearch: boolean | null; localizedVariants: { path: string; locale: string; }[]; }>, "many">; hasMore: z.ZodBoolean; }, "strip", z.ZodTypeAny, { data: { path: string; id: string; locale: string; title: string | null; description: string | null; canonicalUrl: string | null; socialImageUrl: string | null; sitemapPriority: number | null; sitemapFrequency: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | null; createdAt: string; updatedAt: string; publishedAt: string | null; isOnline: boolean | null; excludedFromSearch: boolean | null; localizedVariants: { path: string; locale: string; }[]; }[]; hasMore: boolean; }, { data: { path: string; id: string; locale: string; title: string | null; description: string | null; canonicalUrl: string | null; socialImageUrl: string | null; sitemapPriority: number | null; sitemapFrequency: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | null; createdAt: string; updatedAt: string; publishedAt: string | null; isOnline: boolean | null; excludedFromSearch: boolean | null; localizedVariants: { path: string; locale: string; }[]; }[]; hasMore: boolean; }>; export declare const getPagesParams: z.ZodObject<{ limit: z.ZodOptional; after: z.ZodOptional; sortBy: z.ZodOptional>; sortDirection: z.ZodOptional>; includeOffline: z.ZodOptional; pathPrefix: z.ZodOptional; locale: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; after?: string | undefined; sortBy?: "path" | "title" | "description" | "createdAt" | "updatedAt" | undefined; sortDirection?: "desc" | "asc" | undefined; includeOffline?: boolean | undefined; pathPrefix?: string | undefined; locale?: string | undefined; }, { limit?: number | undefined; after?: string | undefined; sortBy?: "path" | "title" | "description" | "createdAt" | "updatedAt" | undefined; sortDirection?: "desc" | "asc" | undefined; includeOffline?: boolean | undefined; pathPrefix?: string | undefined; locale?: string | undefined; }>; //# sourceMappingURL=get-pages.d.ts.map