import { BotInstance } from '../../BotInstance'; import { CurrentUserInfoInternal } from './user.types'; export declare class UserAPI { private self; constructor(self: BotInstance); me(): Promise; }