import { BaseClient } from '../../client/index.js'; import { KGetCurrentUserInfoResponse } from './types.js'; export declare class UserAPI { private self; constructor(self: BaseClient); me(): Promise; }