import type { UserSessionComposable } from '#auth-utils';
/**
 * Composable to get back the user session and utils around it.
 * @see https://github.com/atinux/nuxt-auth-utils
 */
export declare function useUserSession(): UserSessionComposable;
