import type { Transform } from 'stream';
export default function decompressorsByType(type: string): Transform[];
