import { ErrorUnion, ProxiesUnion } from '../outputs'; /** * Returns list of proxies that are currently set up. Can be called before authorization * @param {Object} state * @returns {ProxiesUnion | ErrorUnion} */ export declare type GetProxiesMethod = (state?: Record) => Promise;