import type { OpenAPIV3_1 } from 'openapi-types'; export declare function buildOpenapiSpec(serverUrl?: string): OpenAPIV3_1.Document; export declare const openapiSpec: OpenAPIV3_1.Document<{}>; //# sourceMappingURL=spec.d.ts.map