import { BuildCommand } from './Build'; export declare class PackCommand extends BuildCommand { run(): Promise; } //# sourceMappingURL=Pack.d.ts.map