import { InputPeerLike } from '../../types/index.js';
import { tl } from '../../../tl/index.js';
export declare function _normalizePeerId(peerId: InputPeerLike): number | string | tl.TypeInputPeer;
export declare function _handleContactsResolvedPeer(peerId: string, res: tl.contacts.TypeResolvedPeer): tl.TypeInputPeer;
