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