/**
* Use the hook `useUserId` to get the id of the user.
*
* @example
* ```tsx
* const userId = useUserId();
* ```
*
* @docs https://docs.nhost.io/reference/react/use-user-id
*/exportdeclareconstuseUserId: () =>string | undefined;
//# sourceMappingURL=useUserId.d.ts.map