import { MaybeArray } from '../../../types/utils.js'; import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike } from '../../types/index.js'; /** * Unarchive one or more chats * * @param chats Chat ID(s), username(s), phone number(s), `"me"` or `"self"` */ export declare function unarchiveChats(client: ITelegramClient, chats: MaybeArray): Promise;