import { Ref } from 'vue'; /** * Use `useAuthenticated` to get the authentication status of the user. * * @example * ```ts * const isAuthenticated = useAuthenticated(); * ``` * * @docs https://docs.nhost.io/reference/vue/use-access-token */ export declare const useAuthenticated: () => Ref; //# sourceMappingURL=useAuthenticated.d.ts.map