import type { FetchProvider, FetchResult, WebContext } from "./types"; export declare function listFetchProviders(): string[]; export declare function getFetchProvider(providerId?: string): FetchProvider; export declare function fetchWeb(url: string, context?: WebContext, providerId?: string): Promise; //# sourceMappingURL=fetch.d.ts.map