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