import type { RuntimeContext, Config } from '../types.js'; export declare const fetch: (context: RuntimeContext, config: Config) => Promise;