import { Fetch } from '@rsdoctor/utils/common'; /** Thin wrapper so tests can `rs.mock('./fetch-http')` without depending on `Fetch.getFetch` internals. */ export declare function fetchWithTimeout(url: string, options: Parameters[1]): Promise;