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