import type { FetchInput, FetchOutput, StageResult } from '../types.js'; import type { SmartRouter } from '../fetch/router.js'; export declare function handleFetch(input: FetchInput, router: SmartRouter): Promise>; //# sourceMappingURL=fetch.d.ts.map