export declare class DeleteManager { protected findProviderAliasFlag: boolean; protected globalPath: string; protected provider: string; protected aliasName: string; protected inputProviderAlias: string; constructor(); init(providerAlias: any): Promise; isSuccessDle(userInformation: any): Promise; } //# sourceMappingURL=delete-manager.d.ts.map