import { type Dispatcher } from 'undici'; import type { ServerConfig } from '../config.js'; export declare function createBlobDispatcher(cfg: ServerConfig): Dispatcher; //# sourceMappingURL=blob-dispatcher.d.ts.map