export { useGlobalQuery } from './hooks/useGlobalQuery';
export { useGlobalMutation } from './hooks/useGlobalMutation';
export { useGlobalInfiniteQuery } from './hooks/useGlobalInfiniteQuery';
export { useCookie } from './hooks/useCookie';
//# sourceMappingURL=index.d.ts.map