export declare function fetchWithTimeout(url: string, options: {
    timeout: number;
}): Promise<import("node-fetch").Response>;
