import { PkgExecOptions, PkgCompressType } from './types'; export type { PkgExecOptions, PkgCompressType }; export declare function exec(argv: string[]): Promise; export declare function exec(options: PkgExecOptions): Promise; //# sourceMappingURL=index.d.ts.map