import { ITelegramClient } from '../../client.types.js';
import { InputPeerLike } from '../../types/index.js';
/**
 * Boost a given channel
 *
 * @param peerId  Peer ID to boost
 */
export declare function applyBoost(client: ITelegramClient, peerId: InputPeerLike): Promise<void>;
