import type { FetchAPI } from '../../types.js'; import type { ResultProcessorInput } from '../types.js'; export declare function processRegularResult(executionResult: ResultProcessorInput, fetchAPI: FetchAPI, acceptedHeader: string): Response;