export declare class GetManager { protected localPath: string; protected globalPath: string; protected programArgsLength: number; protected resUserInformation: any; protected providerAlias: string; constructor(); initAccessData(userInput: any): Promise; getManager(userInput: any, filePath: string): Promise; getUserSecretID(userInput: any): Promise; outputFormat(resUserInformation: any): void; consoleRes(): void; } //# sourceMappingURL=get-manager.d.ts.map