export declare function login(pat: string): Promise; export declare function logout(): Promise; export declare function list(): Promise; export declare function add(name: any, options: { remote?: string; }): Promise; export declare function del(name: string): Promise; export declare function switchUser(name: string): Promise; //# sourceMappingURL=index.d.ts.map