/** * @author yuqzho@microsoft.com, KennethBWSong, SLdragon, Ning Tang */ import { ProjectType } from "@microsoft/m365-spec-parser"; import { Context, FxError, GeneratorResult, Inputs } from "@microsoft/teamsfx-api"; import { Result } from "neverthrow"; export declare function kiotaPostProcess(context: Context, inputs: Inputs, destinationPath: string, openapiSpecPath: string, pluginManifestPath: string, manifestPath: string, templateType: ProjectType, isDeclarativeAgent: boolean): Promise>; //# sourceMappingURL=kiota.d.ts.map