/// <reference types="node" />
import { StreamOptions } from './core/streamOptions';
import { Transform } from 'stream';
declare const pack: (options?: StreamOptions | undefined) => Transform;
export { pack, StreamOptions };
