/**
 * Disconnect the users wallet. This will require the user to log back in after called.
 * @returns Nothing.
 */
export declare function disconnect(): Promise<null>;
