interface ConfigMap { [key: string]: any; } export declare class AddManager { protected globalFilePath: string; protected inputFullData: ConfigMap; protected inputProviderAlias: string; protected inputSecretID: any; protected provider: string; protected aliasName: string; protected promptList: Array; protected isRightFormat: boolean; protected context: Array; constructor(); init(inputProviderAndAlisName: any, inputSecretCheck: any): Promise; output(): void; inputLengthZero(provider?: any): Promise; checkInputSecretID(): Promise; writeFileWay(filePath: string, text: ConfigMap): Promise; private writeData; } export {}; //# sourceMappingURL=add-manager.d.ts.map