type Args = {
    /** Path to project directory */
    root: string;
};
export declare function pack({ root }: Args): void;
export {};
