import { AzureFunction } from "@azure/functions"; import { OpenAPIV3 } from "openapi-types"; declare function mapOpenApi(func: AzureFunction, routes: string | string[], specs: OpenAPIV3.PathItemObject | OpenAPIV3.PathItemObject[]): AzureFunction; declare const generateOpenApiSpec: (doc: Omit) => AzureFunction; export { mapOpenApi, generateOpenApiSpec }; //# sourceMappingURL=openAPIv3.d.ts.map