/** biome-ignore-all lint/suspicious/noConsole: Console output is intentional in CLI */ import type { Command } from 'commander'; export declare function registerPersonFromJsonCommand(createCmd: Command, program: Command): void; //# sourceMappingURL=create-person-from-json.d.ts.map