import type { BlobSinkClientInterface } from './interface.js'; /** * Shared test suite for blob sink clients * @param createClient - Function that creates a client instance for testing * @param cleanup - Optional cleanup function to run after each test */ export declare function runBlobSinkClientTests(createClient: () => Promise<{ client: BlobSinkClientInterface; cleanup: () => Promise; }>): void; //# sourceMappingURL=tests.d.ts.map