export declare function login(body: Record): Promise; export declare function current(): Promise; export declare function logout(): Promise;