declare module 'fatcher' { interface FatcherOptions { timeout?: number; onTimeout?: () => void; } } export {};