import { z } from "zod"; //#region src/schemas/docs-config.d.ts declare const DocsLinkSchema: z.ZodObject<{ label: z.ZodString; path: z.ZodString; }, z.core.$strip>; type DocsLink = z.infer; declare const DocsFooterLinkGroupSchema: z.ZodObject<{ header: z.ZodOptional; links: z.ZodArray>; }, z.core.$strip>; type DocsFooterLinkGroup = z.infer; declare const DocsFooterLinksSchema: z.ZodUnion>, z.ZodArray; links: z.ZodArray>; }, z.core.$strip>>]>; type DocsFooterLinks = z.infer; declare const DocsMaintainerSchema: z.ZodObject<{ name: z.ZodString; link: z.ZodOptional; }, z.core.$strip>; type DocsMaintainer = z.infer; declare const DocsCopyrightSchema: z.ZodObject<{ projectName: z.ZodOptional; startYear: z.ZodOptional; endYear: z.ZodOptional>; }, z.core.$strip>; type DocsCopyright = z.infer; declare const DocsSidebarConfigSchema: z.ZodObject<{ collapsible: z.ZodOptional; }, z.core.$strip>; type DocsSidebarConfig = z.infer; declare const DocsSearchConfigSchema: z.ZodObject<{ enabled: z.ZodOptional; showImages: z.ZodOptional; showSubResults: z.ZodOptional; pagefindFlags: z.ZodOptional>; }, z.core.$strip>; type DocsSearchConfig = z.infer; declare const DocsThemeConfigSchema: z.ZodObject<{ lightColor: z.ZodOptional; darkColor: z.ZodOptional; layouts: z.ZodOptional>; socialImage: z.ZodOptional; defaultColorScheme: z.ZodOptional>; defaultTheme: z.ZodOptional>; defaultTextSize: z.ZodOptional>; }, z.core.$strip>; type DocsThemeConfig = z.infer; declare const DocsAnalyticsConfigSchema: z.ZodObject<{ googleAnalytics: z.ZodOptional; }, z.core.$strip>; type DocsAnalyticsConfig = z.infer; declare const DocsEditLinkSchema: z.ZodObject<{ repo: z.ZodString; branch: z.ZodOptional; label: z.ZodOptional; }, z.core.$strip>; type DocsEditLink = z.infer; declare const DocsHomeConfigSchema: z.ZodObject<{ configFile: z.ZodOptional; }, z.core.$strip>; type DocsHomeConfig = z.infer; declare const DocsLogLevelSchema: z.ZodEnum<{ silent: "silent"; error: "error"; warn: "warn"; info: "info"; verbose: "verbose"; }>; type DocsLogLevelValue = z.infer; /** * Port value accepted in `server.devPort` and `server.previewPort`: either a * positive integer (1-65535) or the literal `"auto"`, which makes the * dev/preview server scan upward from 4000 for the first available port at * startup. */ declare const DocsServerPortSchema: z.ZodUnion]>; type DocsServerPort = z.infer; declare const DocsServerConfigSchema: z.ZodObject<{ host: z.ZodOptional; devPort: z.ZodOptional]>>; previewPort: z.ZodOptional]>>; strictPort: z.ZodOptional; logLevel: z.ZodOptional>; }, z.core.$strict>; type DocsServerConfig = z.infer; declare const DocsPackagesConfigSchema: z.ZodRecord>; type DocsPackagesConfig = z.infer; declare const DocsMarkdownConfigSchema: z.ZodObject<{ allowDangerousHtml: z.ZodOptional; math: z.ZodOptional]>>; images: z.ZodOptional; eagerCount: z.ZodOptional; }, z.core.$strict>>; shiki: z.ZodOptional>; langAlias: z.ZodOptional>; defaultShowLineNumbers: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; type DocsMarkdownConfig = z.infer; declare const DocsConfigSchema: z.ZodObject<{ preset: z.ZodOptional; presets: z.ZodOptional>; name: z.ZodOptional; title: z.ZodOptional; description: z.ZodOptional; origin: z.ZodOptional; language: z.ZodOptional; contentDir: z.ZodOptional; outDir: z.ZodOptional; publicDir: z.ZodOptional; basePath: z.ZodOptional; homeLink: z.ZodOptional; trailingSlash: z.ZodOptional; maintainer: z.ZodOptional; }, z.core.$strip>>; footerLinks: z.ZodOptional>, z.ZodArray; links: z.ZodArray>; }, z.core.$strip>>]>>; footerText: z.ZodOptional; copyright: z.ZodOptional; startYear: z.ZodOptional; endYear: z.ZodOptional>; }, z.core.$strip>>; sidebar: z.ZodOptional; }, z.core.$strip>>; search: z.ZodOptional; showImages: z.ZodOptional; showSubResults: z.ZodOptional; pagefindFlags: z.ZodOptional>; }, z.core.$strip>>; theme: z.ZodOptional; darkColor: z.ZodOptional; layouts: z.ZodOptional>; socialImage: z.ZodOptional; defaultColorScheme: z.ZodOptional>; defaultTheme: z.ZodOptional>; defaultTextSize: z.ZodOptional>; }, z.core.$strip>>; analytics: z.ZodOptional; }, z.core.$strip>>; favicon: z.ZodOptional]>>; icon: z.ZodOptional]>>; editLink: z.ZodOptional; label: z.ZodOptional; }, z.core.$strip>, z.ZodLiteral]>>; lastUpdated: z.ZodOptional; sitemap: z.ZodOptional; markdown: z.ZodOptional; math: z.ZodOptional]>>; images: z.ZodOptional; eagerCount: z.ZodOptional; }, z.core.$strict>>; shiki: z.ZodOptional>; langAlias: z.ZodOptional>; defaultShowLineNumbers: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>>; home: z.ZodOptional; }, z.core.$strip>>; packages: z.ZodOptional>>; assets: z.ZodOptional>>; server: z.ZodOptional; devPort: z.ZodOptional]>>; previewPort: z.ZodOptional]>>; strictPort: z.ZodOptional; logLevel: z.ZodOptional>; }, z.core.$strict>>; }, z.core.$strip>; type DocsConfig = z.infer; //#endregion export { DocsServerPortSchema as A, DocsPackagesConfig as C, DocsServerConfig as D, DocsSearchConfigSchema as E, DocsSidebarConfigSchema as M, DocsThemeConfig as N, DocsServerConfigSchema as O, DocsThemeConfigSchema as P, DocsMarkdownConfigSchema as S, DocsSearchConfig as T, DocsLogLevelSchema as _, DocsCopyright as a, DocsMaintainerSchema as b, DocsEditLinkSchema as c, DocsFooterLinks as d, DocsFooterLinksSchema as f, DocsLinkSchema as g, DocsLink as h, DocsConfigSchema as i, DocsSidebarConfig as j, DocsServerPort as k, DocsFooterLinkGroup as l, DocsHomeConfigSchema as m, DocsAnalyticsConfigSchema as n, DocsCopyrightSchema as o, DocsHomeConfig as p, DocsConfig as r, DocsEditLink as s, DocsAnalyticsConfig as t, DocsFooterLinkGroupSchema as u, DocsLogLevelValue as v, DocsPackagesConfigSchema as w, DocsMarkdownConfig as x, DocsMaintainer as y }; //# sourceMappingURL=docs-config--EmV3783.d.mts.map