import type { Transform } from 'stream';
import type { OptionsInternal } from '../../types.js';
export default function DataProgressTransform(options: OptionsInternal): Transform;
