/** * PEAC Bundle CLI Commands (v0.9.30+) * * Commands for creating and verifying dispute bundles: * - create: Create a dispute bundle from receipts and keys * - verify: Verify a dispute bundle (offline by default) * - info: Show bundle manifest information * * Automation flags: * - --json: Machine-readable JSON output * - --online: Enable external key fetching (verify only, not yet implemented) */ import { Command } from 'commander'; declare const bundle: Command; export { bundle as bundleCommand }; //# sourceMappingURL=bundle.d.ts.map