import { ITelegramClient } from '../../client.types.js';
import { User } from '../../types/index.js';
/**
 * Get list of contacts from your Telegram contacts list.
 */
export declare function getContacts(client: ITelegramClient): Promise<User[]>;
