import { ITelegramClient } from '../../client.types.js'; /** * Remove 2FA password from your account * * @param password 2FA password as plaintext */ export declare function removeCloudPassword(client: ITelegramClient, password: string): Promise;