export declare const myFetch: (url: any, opts?: any) => Promise; export declare const parseResponse: (resp: Response, log?: ((message: string) => void) | undefined) => Promise;