import { JWTHasuraClaims } from '@nhost/nhost-js'; import { ComputedRef } from 'vue'; /** * Use the composable `useHasuraClaims` to get the Hasura claims of the user. * * @example * ```tsx * const hasuraClaims = useHasuraClaims() * ``` * * @docs https://docs.nhost.io/reference/vue/use-hasura-claims */ export declare const useHasuraClaims: () => ComputedRef; //# sourceMappingURL=useHasuraClaims.d.ts.map