import type { Ref } from 'vue'; /** * Returns a ref to the current Authenticated user. * * @template T The type of the user object. * @returns {Ref} A ref to the current user. */ export declare const useCurrentUser: () => Ref;