import { Ref } from 'vue'; /** * Use the composable `useUserIsAnonymous` to see if the user is anonymous or not. * * @example * ```tsx * const userIsAnonymous = useUserIsAnonymous(); * ``` * * @docs https://docs.nhost.io/reference/vue/use-user-is-anonymous */ export declare const useUserIsAnonymous: () => Ref; //# sourceMappingURL=useUserIsAnonymous.d.ts.map