import { ConnectedWebsitesUnion, ErrorUnion } from '../outputs'; /** * Returns all website where the current user used Telegram to log in * @param {Object} state * @returns {ConnectedWebsitesUnion | ErrorUnion} */ export declare type GetConnectedWebsitesMethod = (state?: Record) => Promise;