import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike, ChatInviteLink } from '../../types/index.js'; /** * Get primary invite link of a chat * * @param chatId Chat ID */ export declare function getPrimaryInviteLink(client: ITelegramClient, chatId: InputPeerLike): Promise;