import type { OpenApiDocument } from "./generate.js"; export declare function normalizeOpenApiDocument(document: OpenApiDocument): OpenApiDocument;