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