import { ErrorUnion, OkUnion } from '../outputs'; /** * Clears the list of recently found chats * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type ClearRecentlyFoundChatsMethod = (state?: Record) => Promise;