import { ITelegramClient } from '../../client.types.js'; import { ChatlistPreview } from '../../types/index.js'; /** * Get a preview of a chatlist by its invite link * * @param link Invite link */ export declare function getChatlistPreview(client: ITelegramClient, link: string): Promise;