import { DisconnectOptions } from '@metamask/sdk-communication-layer'; import { RemoteConnectionState } from '../RemoteConnection'; /** * Handles the disconnection process for a MetaMask connection based on the current state and provided options. * * @param state Current state of the RemoteConnection class instance. * @param options Configuration options for the disconnection. * @returns Promise */ export declare function handleDisconnect(state: RemoteConnectionState, options: DisconnectOptions): Promise; //# sourceMappingURL=handleDisconnect.d.ts.map