export declare function listUsers(opts: { json?: boolean; quiet?: boolean; }): Promise; export declare function getUser(id: string, opts: { json?: boolean; }): Promise;