export declare const defaultFetchOptions: () => { credentials: "include" | "omit" | "same-origin"; headers: Record; };