import type { Fetcher } from '../adapters/Fetcher'; import type { PipelineContext } from '../context'; export default function customEndpointRequest(ctx: PipelineContext, request: Request, apiFetcher: Fetcher): Promise;