import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike, Chat } from '../../types/index.js'; /** * Get a list of common chats you have with a given user * * @param userId User's ID, username or phone number * @throws MtInvalidPeerTypeError */ export declare function getCommonChats(client: ITelegramClient, userId: InputPeerLike): Promise;