import { ITelegramClient } from '../../client.types.js';
import { User } from '../../types/index.js';
/**
 * Get currently authorized user's full information
 */
export declare function getMe(client: ITelegramClient): Promise<User>;
