/** * Vault CRUD commands: add, list, remove, rotate, update. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=vault.d.ts.map