export type HookStatus = 'loading' | 'loaded' | 'error' | 'success' | 'idle';
