import type { Command } from 'commander'; /** Registers the `traces` command tree (list, show). */ export declare function registerTracesCommand(program: Command): void; //# sourceMappingURL=traces.d.ts.map