import type { User, UserUpdateParams } from '../types/user'; export default class UserApi { static getUser>(): Promise; static updateUser>({ userId, data, }: UserUpdateParams): Promise; } export declare const USER_API_KEY: { default: string[]; getUser: () => readonly [...string[], "getUser"]; }; //# sourceMappingURL=user.d.ts.map