import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerCoreCommands(program: Command, context: CliContext): void; //# sourceMappingURL=core.d.ts.map