export { useApi } from './hooks/api.ts'; export { useLocale, useLocalize, useTranslate, type Translate, } from './hooks/localize.tsx'; export { useMutate } from './hooks/mutate.ts'; export { useQuery } from './hooks/query.ts'; //# sourceMappingURL=hooks.d.ts.map