/**
 * Retrieves the session account that is currently selected, if one exists.
 */
export declare function useCurrentSession(): import("@roochnetwork/rooch-sdk").Session | null;
