import { ErrorUnion, OkUnion } from '../outputs'; /** * Disables the currently enabled proxy. Can be called before authorization * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type DisableProxyMethod = (state?: Record) => Promise;