export interface IPacker {
    pack(path: string): void;
}
export declare const WORKAROUND = "";
