import type { SinkRecord, SinkConfig, PhaseProgress } from '../../types.js'; export declare function rinse(records: SinkRecord[], config: SinkConfig, onProgress?: (progress: PhaseProgress) => void): Promise;