import { Command } from "commander"; export declare const loginCommand: ({ email, password, endpoint, mfa, code, switch: switchAccount, new: newAccount, }: { email?: string; password?: string; endpoint?: string; mfa?: string; code?: string; switch?: boolean; new?: boolean; }) => Promise; export declare const whoami: Command; export declare const register: Command; export declare const login: Command; export declare const logout: Command; export declare const client: Command; export declare const migrate: () => Promise; //# sourceMappingURL=generic.d.ts.map