interface ConfigMap { [key: string]: any; } export declare class UpdateManager { protected filePath: string; protected promptList: Array; protected inputProviderAlias: string; protected oldSecretID: ConfigMap; protected inputSecretData: ConfigMap; protected userInformation: ConfigMap; protected context: Array; protected provider: string; protected aliasName: string; constructor(); updateManager(providerAlias: any, inputSecret: any): Promise; inputSecretZero(providerAlias: any): Promise; inputSecretNotZero(inputSecret: any): Promise; userInputCheck(inputSecret: any): Promise; writeFileWay(filePath: string, text: ConfigMap): Promise; output(): void; } export {}; //# sourceMappingURL=update-manager.d.ts.map