/** * User commands: add, list, remove, role, regenerate-token. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=user.d.ts.map