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