import { type FragmentResponse } from './fragment-response.js'; export type FetchFragmentFunction, ResponseType extends Response = Response> = (...arguments_: Arguments) => Promise>; //# sourceMappingURL=fetch-fragment-function.d.ts.map