import { type Logger } from '@aztec/foundation/log'; import { type BlobSinkConfig } from './config.js'; import type { BlobSinkClientInterface } from './interface.js'; export declare function createBlobSinkClient(config?: BlobSinkConfig, deps?: { logger: Logger; }): BlobSinkClientInterface; //# sourceMappingURL=factory.d.ts.map