import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function trace(args?: string[]): Promise; //# sourceMappingURL=trace.d.ts.map