import { FxError, Result } from "@microsoft/teamsfx-api"; import { DriverContext } from "../interface/commonArgs"; import { ExecutionResult, StepDriver } from "../interface/stepDriver"; import { CreateOrUpdateBotFrameworkBotArgs } from "./interface/createOrUpdateBotFrameworkBotArgs"; export declare class CreateOrUpdateBotFrameworkBotDriver implements StepDriver { description: string; readonly progressTitle: string; run(args: CreateOrUpdateBotFrameworkBotArgs, context: DriverContext): Promise, FxError>>; execute(args: CreateOrUpdateBotFrameworkBotArgs, ctx: DriverContext): Promise; private handler; private validateArgs; } //# sourceMappingURL=createOrUpdateBot.d.ts.map