import { Ref } from 'vue'; /** * Use the composable `useUserId` to get the id of the user. * * @example * ```tsx * const userId = useUserId(); * ``` * * @docs https://docs.nhost.io/reference/vue/use-user-id */ export declare const useUserId: () => Ref; //# sourceMappingURL=useUserId.d.ts.map