/**
 * Retrieves the all session account
 */
export declare function useSession(scope: string): import("@roochnetwork/rooch-sdk").Session | undefined;
