/// /// import { UrlValidator } from "./html"; export * from './fetchable'; export declare const uuid: () => string; export declare const retryFetch: (url: string, timeout: number, retry: number, log: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }, urlValidator?: UrlValidator) => Promise;