import type { TelemetryClient } from '@aztec/telemetry-client'; import type { BlobSinkConfig } from './config.js'; import { BlobSinkServer } from './server.js'; /** * Creates a blob sink service from the provided config. */ export declare function createBlobSinkServer(config: BlobSinkConfig, telemetry?: TelemetryClient): Promise; //# sourceMappingURL=factory.d.ts.map