import { ErrorUnion, OkUnion } from '../outputs'; /** * Disconnects all websites from the current user's Telegram account * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type DisconnectAllWebsitesMethod = (state?: Record) => Promise;