import { FxError, M365TokenProvider, Result } from "@microsoft/teamsfx-api"; import { DriverContext } from "../../interface/commonArgs"; import { ExecutionResult, StepDriver } from "../../interface/stepDriver"; import { WrapDriverContext } from "../../util/wrapUtil"; import { DeploySPFxArgs } from "./interface/deployArgs"; export declare class SPFxDeployDriver implements StepDriver { readonly description: string; readonly progressTitle: string; private readonly EmptyMap; private asDeployArgs; run(args: DeploySPFxArgs, context: DriverContext): Promise, FxError>>; execute(args: DeploySPFxArgs, ctx: DriverContext): Promise; deploy(args: DeploySPFxArgs, context: WrapDriverContext): Promise>; getTenant(tokenProvider: M365TokenProvider): Promise; getPackagePath(solutionConfigPath: string): Promise; getAppID(solutionConfigPath: string): Promise; } //# sourceMappingURL=deployDriver.d.ts.map