export declare const settings: { hostname: string; fetch: ((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise) & typeof fetch; };