import { WarningResult } from "@microsoft/m365-spec-parser"; import { OpenAPIV3 } from "openapi-types"; /** Generate the post-render Teams AI files declared by the custom API scenario. */ export declare function generateTeamsAiCustomApiFiles(spec: OpenAPIV3.Document, language: string, destinationPath: string, openapiSpecFileName: string): Promise; //# sourceMappingURL=openApiCustomApi.d.ts.map