import type { BundleAddOptions, BundleAddFileOptions, BundleRemoveFileOptions, BundleRemoveOptions, BundleListOptions, HushContext } from '../types.js'; type BundleCommandOptions = BundleAddOptions | BundleAddFileOptions | BundleRemoveFileOptions | BundleRemoveOptions | BundleListOptions; export declare function bundleCommand(ctx: HushContext, options: BundleCommandOptions): Promise; export {}; //# sourceMappingURL=bundle.d.ts.map