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