export declare function universalFetch(url: string, options: RequestInit): Promise<Response>;
