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