import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike } from '../../types/index.js'; /** * Reorder usernames * * @param peerId Bot, channel or "me"/"self" */ export declare function reorderUsernames(client: ITelegramClient, peerId: InputPeerLike, order: string[]): Promise;