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