export interface IPacker { pack(path: string): void; }