import { TAbortErrorFactory } from './abort-error-factory'; import { TFetchSourceFunction } from './fetch-source-function'; export type TFetchSourceFactory = (createAbortError: TAbortErrorFactory) => TFetchSourceFunction; //# sourceMappingURL=fetch-source-factory.d.ts.map