import type { VextOpenAPIConfig } from "../../types/app.js"; import type { ResolvedVextDocsConfig } from "./types.js"; export declare function normalizeDocsConfig(openapi?: VextOpenAPIConfig): ResolvedVextDocsConfig;