/** * Utility to check if a URL loads successfully within a timeout */ export declare function urlLoads(url: string, timeoutMs?: number): Promise; //# sourceMappingURL=urlLoads.d.ts.map