import { ITelegramClient } from '../../client.types.js';
/**
 * Get currently authorized user's username.
 *
 * This method uses locally available information and
 * does not call any API methods.
 */
export declare function getMyUsername(client: ITelegramClient): Promise<string | null>;
