import { z } from "zod"; //#region src/schemas/docs-content.d.ts declare const DocsRootMetaSchema: z.ZodObject<{ displayName: z.ZodOptional; description: z.ZodOptional; headerLinks: z.ZodOptional>>; footerLinks: z.ZodOptional>, z.ZodArray; links: z.ZodArray>; }, z.core.$strip>>]>>; }, z.core.$strip>; type DocsRootMeta = z.infer; declare const DocsSeriesSchema: z.ZodObject<{ slug: z.ZodString; displayName: z.ZodString; shortName: z.ZodOptional; description: z.ZodOptional; articles: z.ZodArray; }, z.core.$strip>; type DocsSeries = z.infer; declare const DocsSectionMetaSchema: z.ZodObject<{ displayName: z.ZodOptional; description: z.ZodOptional; layout: z.ZodOptional; itemLayout: z.ZodOptional; orderBy: z.ZodOptional>; collapsed: z.ZodOptional; items: z.ZodOptional>; series: z.ZodOptional; description: z.ZodOptional; articles: z.ZodArray; }, z.core.$strip>>>; }, z.core.$strip>; type DocsSectionMeta = z.infer; declare const DocsActionSchema: z.ZodObject<{ text: z.ZodString; link: z.ZodString; theme: z.ZodOptional>; icon: z.ZodOptional; }, z.core.$strip>; type DocsAction = z.infer; declare const DocsHeroSchema: z.ZodObject<{ name: z.ZodOptional; text: z.ZodOptional; tagline: z.ZodOptional; badge: z.ZodOptional; actions: z.ZodOptional>; icon: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$loose>; type DocsHero = z.infer; declare const DocsFeatureSchema: z.ZodObject<{ title: z.ZodString; details: z.ZodString; icon: z.ZodOptional; }, z.core.$loose>; type DocsFeature = z.infer; declare const DocsPackageCardSchema: z.ZodObject<{ name: z.ZodString; description: z.ZodString; href: z.ZodOptional; tag: z.ZodOptional; version: z.ZodOptional; npmPackage: z.ZodOptional]>>; }, z.core.$loose>; type DocsPackageCard = z.infer; declare const DocsCodeExampleSchema: z.ZodObject<{ label: z.ZodOptional; title: z.ZodOptional; code: z.ZodString; }, z.core.$strip>; type DocsCodeExample = z.infer; /** * Rich install snippet description for the home page hero region. * * The home install block is rendered through the same Pagesmith markdown * code pipeline as fenced code blocks in `.md` content, so any language * Shiki supports works here, multi-line scripts are highlighted line-by-line, * and frame chrome (terminal traffic-lights vs. plain code header) follows * the same defaults as `\`\`\`` blocks in markdown. */ declare const DocsInstallObjectSchema: z.ZodObject<{ code: z.ZodString; lang: z.ZodOptional; title: z.ZodOptional; frame: z.ZodOptional>; showLineNumbers: z.ZodOptional; }, z.core.$loose>; declare const DocsInstallSchema: z.ZodUnion; title: z.ZodOptional; frame: z.ZodOptional>; showLineNumbers: z.ZodOptional; }, z.core.$loose>]>; type DocsInstallObject = z.infer; type DocsInstall = z.infer; /** Optional shell chrome toggles for built-in docs layouts (all default to true when omitted). */ declare const DocsChromeSchema: z.ZodObject<{ header: z.ZodOptional; sidebar: z.ZodOptional; toc: z.ZodOptional; footer: z.ZodOptional; }, z.core.$loose>; type DocsChrome = z.infer; declare const DocsPageFrontmatterSchema: z.ZodObject<{ layout: z.ZodOptional; chrome: z.ZodOptional; sidebar: z.ZodOptional; toc: z.ZodOptional; footer: z.ZodOptional; }, z.core.$loose>>; navLabel: z.ZodOptional; sidebarLabel: z.ZodOptional; order: z.ZodOptional; socialImage: z.ZodOptional; title: z.ZodOptional; description: z.ZodOptional; publishedDate: z.ZodOptional, z.ZodString>>; lastUpdatedOn: z.ZodOptional, z.ZodString>>; tags: z.ZodOptional>; draft: z.ZodOptional; }, z.core.$loose>; type DocsPageFrontmatter = z.infer; declare const DocsHomeFrontmatterSchema: z.ZodObject<{ tagline: z.ZodOptional; badge: z.ZodOptional; actions: z.ZodOptional>; icon: z.ZodOptional; }, z.core.$strip>>>; hero: z.ZodOptional; text: z.ZodOptional; tagline: z.ZodOptional; badge: z.ZodOptional; actions: z.ZodOptional>; icon: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$loose>>; features: z.ZodOptional; }, z.core.$loose>>>; install: z.ZodOptional; title: z.ZodOptional; frame: z.ZodOptional>; showLineNumbers: z.ZodOptional; }, z.core.$loose>]>>; packages: z.ZodOptional; tag: z.ZodOptional; version: z.ZodOptional; npmPackage: z.ZodOptional]>>; }, z.core.$loose>>>; codeExample: z.ZodOptional; title: z.ZodOptional; code: z.ZodString; }, z.core.$strip>>; layout: z.ZodOptional; chrome: z.ZodOptional; sidebar: z.ZodOptional; toc: z.ZodOptional; footer: z.ZodOptional; }, z.core.$loose>>; navLabel: z.ZodOptional; sidebarLabel: z.ZodOptional; order: z.ZodOptional; socialImage: z.ZodOptional; title: z.ZodOptional; description: z.ZodOptional; publishedDate: z.ZodOptional, z.ZodString>>; lastUpdatedOn: z.ZodOptional, z.ZodString>>; tags: z.ZodOptional>; draft: z.ZodOptional; }, z.core.$loose>; type DocsHomeFrontmatter = z.infer; declare const DocsFrontmatterSchema: z.ZodObject<{ tagline: z.ZodOptional; badge: z.ZodOptional; actions: z.ZodOptional>; icon: z.ZodOptional; }, z.core.$strip>>>; hero: z.ZodOptional; text: z.ZodOptional; tagline: z.ZodOptional; badge: z.ZodOptional; actions: z.ZodOptional>; icon: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$loose>>; features: z.ZodOptional; }, z.core.$loose>>>; install: z.ZodOptional; title: z.ZodOptional; frame: z.ZodOptional>; showLineNumbers: z.ZodOptional; }, z.core.$loose>]>>; packages: z.ZodOptional; tag: z.ZodOptional; version: z.ZodOptional; npmPackage: z.ZodOptional]>>; }, z.core.$loose>>>; codeExample: z.ZodOptional; title: z.ZodOptional; code: z.ZodString; }, z.core.$strip>>; layout: z.ZodOptional; chrome: z.ZodOptional; sidebar: z.ZodOptional; toc: z.ZodOptional; footer: z.ZodOptional; }, z.core.$loose>>; navLabel: z.ZodOptional; sidebarLabel: z.ZodOptional; order: z.ZodOptional; socialImage: z.ZodOptional; title: z.ZodOptional; description: z.ZodOptional; publishedDate: z.ZodOptional, z.ZodString>>; lastUpdatedOn: z.ZodOptional, z.ZodString>>; tags: z.ZodOptional>; draft: z.ZodOptional; }, z.core.$loose>; type DocsFrontmatter = z.infer; //#endregion export { DocsRootMeta as C, DocsSeries as D, DocsSectionMetaSchema as E, DocsSeriesSchema as O, DocsPageFrontmatterSchema as S, DocsSectionMeta as T, DocsInstallObjectSchema as _, DocsCodeExample as a, DocsPackageCardSchema as b, DocsFeatureSchema as c, DocsHero as d, DocsHeroSchema as f, DocsInstallObject as g, DocsInstall as h, DocsChromeSchema as i, DocsFrontmatter as l, DocsHomeFrontmatterSchema as m, DocsActionSchema as n, DocsCodeExampleSchema as o, DocsHomeFrontmatter as p, DocsChrome as r, DocsFeature as s, DocsAction as t, DocsFrontmatterSchema as u, DocsInstallSchema as v, DocsRootMetaSchema as w, DocsPageFrontmatter as x, DocsPackageCard as y }; //# sourceMappingURL=docs-content-PQkJrAzI.d.mts.map