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