import { ErrorUnion, UsersUnion } from '../outputs'; /** * Returns up to 20 recently used inline bots in the order of their last usage * @param {Object} state * @returns {UsersUnion | ErrorUnion} */ export declare type GetRecentInlineBotsMethod = (state?: Record) => Promise;