declare module 'fatcher' { interface FatcherOptions { body?: Record | BodyInit | null | HTMLFormElement; } } export {};