export declare function fetchWithTimeout(url: string, options: { timeout: number; }): Promise;