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