import { ITelegramClient } from '../../client.types.js';
import { InputPeerLike, Peer } from '../../types/index.js';
/** Shorthand for {@link getChat} and {@link getUser} depending on the type of the peer */
export declare function getPeer(client: ITelegramClient, peer: InputPeerLike): Promise<Peer>;
