import { HTTP } from '../types'; export declare const fetchWithTimeout: (resource: string, options?: { timeout: number; }) => Promise; export declare const http: HTTP;