import { MaybeArray } from '../../../types/utils.js'; import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike, ForumTopic } from '../../types/index.js'; /** * Get forum topics by their IDs * * @param chatId Chat ID or username */ export declare function getForumTopicsById(client: ITelegramClient, chatId: InputPeerLike, ids: MaybeArray): Promise;