import type { FinalRequestOptions } from "./request-options.js"; import { type Benchify } from "../client.js"; export type APIResponseProps = { response: Response; options: FinalRequestOptions; controller: AbortController; requestLogID: string; retryOfRequestLogID: string | undefined; startTime: number; }; export declare function defaultParseResponse(client: Benchify, props: APIResponseProps): Promise; //# sourceMappingURL=parse.d.ts.map