import diagnostics_channel from 'node:diagnostics_channel'; import { type CommandExecTracingData } from './types.ts'; /** * Traces every command execution handled by the {@link Kernel} class. */ export declare const commandExec: diagnostics_channel.TracingChannel<"adonisjs.command.exec", CommandExecTracingData>;