import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike } from '../../types/index.js'; /** * Block a user * * @param id User ID, username or phone number */ export declare function blockUser(client: ITelegramClient, id: InputPeerLike): Promise;