/** * Dataset CLI Commands - 2 commands for dataset operations */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerDatasetCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=dataset-commands.d.ts.map