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