import { IProgressHandler, PluginContext } from "@microsoft/teamsfx-api"; export declare class ProgressHelper { static preDeployProgress: IProgressHandler | undefined; static startPreDeployProgressHandler(ctx: PluginContext): Promise; static endAllHandlers(): Promise; static endPreDeployProgress(): Promise; } //# sourceMappingURL=progress-helper.d.ts.map