import { ITelegramClient } from '../../client.types.js'; /** * Get your Two-Step Verification password hint. * * @returns The password hint as a string, if any */ export declare function getPasswordHint(client: ITelegramClient): Promise;