import type t from 'tar-stream'; export declare const extract: typeof t.extract; export declare const pack: typeof t.pack; declare const _default: { extract: any; pack: any; }; export default _default;