import type { FetchLike, FetchLikeResponse, UrlReadError, UrlReaderOptions, UrlReadResult, UrlReadVerdict } from "./types.js"; export type { FetchLike, FetchLikeResponse, UrlReadError, UrlReaderOptions, UrlReadResult, UrlReadVerdict, }; export declare function readUrl(inputUrl: string, options?: UrlReaderOptions): Promise; //# sourceMappingURL=index.d.ts.map