/** * Vault management commands: create, vaults (list), destroy, split, unseal, seal. */ import type { Command } from 'commander'; export declare function register(parent: Command): void; //# sourceMappingURL=vault-manager.d.ts.map