/** biome-ignore-all lint/suspicious/noConsole: Console output is intentional in CLI */ import type { Command } from 'commander'; /** * Registers the `create from-json` subcommand on the existing `create` Command group. * Must be called with the Command instance returned by registerCreateCommand. */ export declare function registerCreateFromJsonCommand(createCmd: Command): void; //# sourceMappingURL=create-from-json.d.ts.map