import { GameVaultSDK } from "./client.js"; import type { User } from "../types.js"; export declare class UsersService extends GameVaultSDK { getMe(): Promise; get(id: string): Promise; } //# sourceMappingURL=users.d.ts.map