import { ITelegramClient } from '../../client.types.js';
import { InputPeerLike } from '../../types/index.js';
import { BoostStats } from '../../types/premium/boost-stats.js';
/**
 * Get information about boosts in a channel
 *
 * @returns  IDs of stories that were removed
 */
export declare function getBoostStats(client: ITelegramClient, peerId: InputPeerLike): Promise<BoostStats>;
