import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike, User } from '../../types/index.js'; /** * Get basic information about a user. * * @param userId ID of the user or their username or invite link */ export declare function getUser(client: ITelegramClient, userId: InputPeerLike): Promise;