import * as z from "zod"; export type { FileIdOrUrl } from "./shared"; export { FileIdOrUrlSchema } from "./shared"; export declare const StringOrStringListSchema: z.ZodUnion<[z.ZodString, z.ZodArray]>; export type StringOrStringList = z.infer; export declare const TwitterCardSettingSchema: z.ZodEnum<["summary", "summary_large_image", "app", "player"]>; export type TwitterCardSetting = z.infer; export declare const JsonLdBreadcrumbListElementSchema: z.ZodObject<{ "@type": z.ZodLiteral<"ListItem">; position: z.ZodNumber; name: z.ZodString; item: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }>; export type JsonLdBreadcrumbListElement = z.infer; export declare const JsonLdBreadcrumbListSchema: z.ZodObject<{ "@context": z.ZodLiteral<"https://schema.org">; "@type": z.ZodLiteral<"BreadcrumbList">; itemListElement: z.ZodArray; position: z.ZodNumber; name: z.ZodString; item: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }>; export type JsonLdBreadcrumbList = z.infer; export declare const WithJsonLdBreadcrumbsSchema: z.ZodObject<{ "jsonld:breadcrumb": z.ZodOptional; "@type": z.ZodLiteral<"BreadcrumbList">; itemListElement: z.ZodArray; position: z.ZodNumber; name: z.ZodString; item: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }>>; }, "strip", z.ZodTypeAny, { "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; }, { "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; }>; export type WithJsonLdBreadcrumbs = z.infer; export declare const WithMetadataConfigSchema: z.ZodObject<{ "og:site_name": z.ZodOptional; "og:title": z.ZodOptional; "og:description": z.ZodOptional; "og:url": z.ZodOptional; "og:image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "og:image:width": z.ZodOptional; "og:image:height": z.ZodOptional; "og:locale": z.ZodOptional; "og:logo": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "twitter:title": z.ZodOptional; "twitter:description": z.ZodOptional; "twitter:handle": z.ZodOptional; "twitter:image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "twitter:site": z.ZodOptional; "twitter:url": z.ZodOptional; "twitter:card": z.ZodOptional>; "og:background-image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "og:dynamic": z.ZodOptional; noindex: z.ZodOptional; nofollow: z.ZodOptional; keywords: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; keywords?: string | string[] | undefined; }, { "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; keywords?: string | string[] | undefined; }>; export type WithMetadataConfig = z.infer; export declare const LayoutSchema: z.ZodEnum<["guide", "overview", "reference", "page", "custom"]>; export type Layout = z.infer; export declare const LogoConfigurationSchema: z.ZodObject<{ light: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; dark: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; }, "strip", z.ZodTypeAny, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }>; export type LogoConfiguration = z.infer; export declare const LogoSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodObject<{ type: z.ZodLiteral<"fileId">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>, z.ZodObject<{ light: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; dark: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; }, "strip", z.ZodTypeAny, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }>]>; export type Logo = z.infer; export declare const BreadcrumbItemSchema: z.ZodObject<{ title: z.ZodString; pointsTo: z.ZodOptional; }, "strip", z.ZodTypeAny, { title: string; pointsTo?: string | undefined; }, { title: string; pointsTo?: string | undefined; }>; export type BreadcrumbItem = z.infer; export declare const FrontmatterSchema: z.ZodObject<{ "og:site_name": z.ZodOptional; "og:title": z.ZodOptional; "og:description": z.ZodOptional; "og:url": z.ZodOptional; "og:image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "og:image:width": z.ZodOptional; "og:image:height": z.ZodOptional; "og:locale": z.ZodOptional; "og:logo": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "twitter:title": z.ZodOptional; "twitter:description": z.ZodOptional; "twitter:handle": z.ZodOptional; "twitter:image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "twitter:site": z.ZodOptional; "twitter:url": z.ZodOptional; "twitter:card": z.ZodOptional>; "og:background-image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "og:dynamic": z.ZodOptional; noindex: z.ZodOptional; nofollow: z.ZodOptional; keywords: z.ZodOptional]>>; } & { "jsonld:breadcrumb": z.ZodOptional; "@type": z.ZodLiteral<"BreadcrumbList">; itemListElement: z.ZodArray; position: z.ZodNumber; name: z.ZodString; item: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }>>; } & { layout: z.ZodOptional>; slug: z.ZodOptional; title: z.ZodOptional; headline: z.ZodOptional; description: z.ZodOptional; subtitle: z.ZodOptional; logo: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>, z.ZodObject<{ light: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; dark: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; }, "strip", z.ZodTypeAny, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }>]>>; image: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "edit-this-page-url": z.ZodOptional; "hide-toc": z.ZodOptional; "force-toc": z.ZodOptional; "hide-nav-links": z.ZodOptional; "max-toc-depth": z.ZodOptional; "hide-feedback": z.ZodOptional; "hide-page-actions": z.ZodOptional; "no-image-zoom": z.ZodOptional; breadcrumb: z.ZodOptional; }, "strip", z.ZodTypeAny, { title: string; pointsTo?: string | undefined; }, { title: string; pointsTo?: string | undefined; }>, "many">>; excerpt: z.ZodOptional; "canonical-url": z.ZodOptional; tags: z.ZodOptional]>>; "last-updated": z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; title?: string | undefined; subtitle?: string | undefined; tags?: string | string[] | undefined; image?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; logo?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; } | undefined; layout?: "custom" | "reference" | "page" | "guide" | "overview" | undefined; slug?: string | undefined; "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; keywords?: string | string[] | undefined; headline?: string | undefined; "edit-this-page-url"?: string | undefined; "hide-toc"?: boolean | undefined; "force-toc"?: boolean | undefined; "hide-nav-links"?: boolean | undefined; "max-toc-depth"?: number | undefined; "hide-feedback"?: boolean | undefined; "hide-page-actions"?: boolean | undefined; "no-image-zoom"?: boolean | undefined; breadcrumb?: { title: string; pointsTo?: string | undefined; }[] | undefined; excerpt?: string | undefined; "canonical-url"?: string | undefined; "last-updated"?: string | undefined; }, { description?: string | undefined; "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; title?: string | undefined; subtitle?: string | undefined; tags?: string | string[] | undefined; image?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; logo?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; } | undefined; layout?: "custom" | "reference" | "page" | "guide" | "overview" | undefined; slug?: string | undefined; "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; keywords?: string | string[] | undefined; headline?: string | undefined; "edit-this-page-url"?: string | undefined; "hide-toc"?: boolean | undefined; "force-toc"?: boolean | undefined; "hide-nav-links"?: boolean | undefined; "max-toc-depth"?: number | undefined; "hide-feedback"?: boolean | undefined; "hide-page-actions"?: boolean | undefined; "no-image-zoom"?: boolean | undefined; breadcrumb?: { title: string; pointsTo?: string | undefined; }[] | undefined; excerpt?: string | undefined; "canonical-url"?: string | undefined; "last-updated"?: string | undefined; }>; export type Frontmatter = z.infer; export declare const ResolvedMdxSchema: z.ZodObject<{ code: z.ZodString; frontmatter: z.ZodObject<{ "og:site_name": z.ZodOptional; "og:title": z.ZodOptional; "og:description": z.ZodOptional; "og:url": z.ZodOptional; "og:image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "og:image:width": z.ZodOptional; "og:image:height": z.ZodOptional; "og:locale": z.ZodOptional; "og:logo": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "twitter:title": z.ZodOptional; "twitter:description": z.ZodOptional; "twitter:handle": z.ZodOptional; "twitter:image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "twitter:site": z.ZodOptional; "twitter:url": z.ZodOptional; "twitter:card": z.ZodOptional>; "og:background-image": z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "og:dynamic": z.ZodOptional; noindex: z.ZodOptional; nofollow: z.ZodOptional; keywords: z.ZodOptional]>>; } & { "jsonld:breadcrumb": z.ZodOptional; "@type": z.ZodLiteral<"BreadcrumbList">; itemListElement: z.ZodArray; position: z.ZodNumber; name: z.ZodString; item: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }, { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }, { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; }>>; } & { layout: z.ZodOptional>; slug: z.ZodOptional; title: z.ZodOptional; headline: z.ZodOptional; description: z.ZodOptional; subtitle: z.ZodOptional; logo: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>, z.ZodObject<{ light: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; dark: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; }, "strip", z.ZodTypeAny, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }, { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; }>]>>; image: z.ZodOptional; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { FileId: void; }; type: "fileId"; }, { value: string & { FileId: void; }; type: "fileId"; }>, z.ZodObject<{ type: z.ZodLiteral<"url">; value: z.ZodType; }, "strip", z.ZodTypeAny, { value: string & { Url: void; }; type: "url"; }, { value: string & { Url: void; }; type: "url"; }>]>>; "edit-this-page-url": z.ZodOptional; "hide-toc": z.ZodOptional; "force-toc": z.ZodOptional; "hide-nav-links": z.ZodOptional; "max-toc-depth": z.ZodOptional; "hide-feedback": z.ZodOptional; "hide-page-actions": z.ZodOptional; "no-image-zoom": z.ZodOptional; breadcrumb: z.ZodOptional; }, "strip", z.ZodTypeAny, { title: string; pointsTo?: string | undefined; }, { title: string; pointsTo?: string | undefined; }>, "many">>; excerpt: z.ZodOptional; "canonical-url": z.ZodOptional; tags: z.ZodOptional]>>; "last-updated": z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; title?: string | undefined; subtitle?: string | undefined; tags?: string | string[] | undefined; image?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; logo?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; } | undefined; layout?: "custom" | "reference" | "page" | "guide" | "overview" | undefined; slug?: string | undefined; "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; keywords?: string | string[] | undefined; headline?: string | undefined; "edit-this-page-url"?: string | undefined; "hide-toc"?: boolean | undefined; "force-toc"?: boolean | undefined; "hide-nav-links"?: boolean | undefined; "max-toc-depth"?: number | undefined; "hide-feedback"?: boolean | undefined; "hide-page-actions"?: boolean | undefined; "no-image-zoom"?: boolean | undefined; breadcrumb?: { title: string; pointsTo?: string | undefined; }[] | undefined; excerpt?: string | undefined; "canonical-url"?: string | undefined; "last-updated"?: string | undefined; }, { description?: string | undefined; "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; title?: string | undefined; subtitle?: string | undefined; tags?: string | string[] | undefined; image?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; logo?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; } | undefined; layout?: "custom" | "reference" | "page" | "guide" | "overview" | undefined; slug?: string | undefined; "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; keywords?: string | string[] | undefined; headline?: string | undefined; "edit-this-page-url"?: string | undefined; "hide-toc"?: boolean | undefined; "force-toc"?: boolean | undefined; "hide-nav-links"?: boolean | undefined; "max-toc-depth"?: number | undefined; "hide-feedback"?: boolean | undefined; "hide-page-actions"?: boolean | undefined; "no-image-zoom"?: boolean | undefined; breadcrumb?: { title: string; pointsTo?: string | undefined; }[] | undefined; excerpt?: string | undefined; "canonical-url"?: string | undefined; "last-updated"?: string | undefined; }>; scope: z.ZodRecord; jsxRefs: z.ZodOptional>; }, "strip", z.ZodTypeAny, { code: string; scope: Record; frontmatter: { description?: string | undefined; "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; title?: string | undefined; subtitle?: string | undefined; tags?: string | string[] | undefined; image?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; logo?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; } | undefined; layout?: "custom" | "reference" | "page" | "guide" | "overview" | undefined; slug?: string | undefined; "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; keywords?: string | string[] | undefined; headline?: string | undefined; "edit-this-page-url"?: string | undefined; "hide-toc"?: boolean | undefined; "force-toc"?: boolean | undefined; "hide-nav-links"?: boolean | undefined; "max-toc-depth"?: number | undefined; "hide-feedback"?: boolean | undefined; "hide-page-actions"?: boolean | undefined; "no-image-zoom"?: boolean | undefined; breadcrumb?: { title: string; pointsTo?: string | undefined; }[] | undefined; excerpt?: string | undefined; "canonical-url"?: string | undefined; "last-updated"?: string | undefined; }; jsxRefs?: string[] | undefined; }, { code: string; scope: Record; frontmatter: { description?: string | undefined; "og:site_name"?: string | undefined; "og:title"?: string | undefined; "og:description"?: string | undefined; "og:url"?: string | undefined; "og:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:image:width"?: number | undefined; "og:image:height"?: number | undefined; "og:locale"?: string | undefined; "og:logo"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:title"?: string | undefined; "twitter:description"?: string | undefined; "twitter:handle"?: string | undefined; "twitter:image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "twitter:site"?: string | undefined; "twitter:url"?: string | undefined; "twitter:card"?: "summary" | "summary_large_image" | "app" | "player" | undefined; "og:background-image"?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; "og:dynamic"?: boolean | undefined; noindex?: boolean | undefined; nofollow?: boolean | undefined; title?: string | undefined; subtitle?: string | undefined; tags?: string | string[] | undefined; image?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; logo?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | { dark?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; light?: { value: string & { FileId: void; }; type: "fileId"; } | { value: string & { Url: void; }; type: "url"; } | undefined; } | undefined; layout?: "custom" | "reference" | "page" | "guide" | "overview" | undefined; slug?: string | undefined; "jsonld:breadcrumb"?: { "@type": "BreadcrumbList"; "@context": "https://schema.org"; itemListElement: { name: string; "@type": "ListItem"; position: number; item?: string | undefined; }[]; } | undefined; keywords?: string | string[] | undefined; headline?: string | undefined; "edit-this-page-url"?: string | undefined; "hide-toc"?: boolean | undefined; "force-toc"?: boolean | undefined; "hide-nav-links"?: boolean | undefined; "max-toc-depth"?: number | undefined; "hide-feedback"?: boolean | undefined; "hide-page-actions"?: boolean | undefined; "no-image-zoom"?: boolean | undefined; breadcrumb?: { title: string; pointsTo?: string | undefined; }[] | undefined; excerpt?: string | undefined; "canonical-url"?: string | undefined; "last-updated"?: string | undefined; }; jsxRefs?: string[] | undefined; }>; export type ResolvedMdx = z.infer; //# sourceMappingURL=latest.d.ts.map