import type { Tracer } from '@n8n/scheduler'; import type { Tracing } from 'n8n-core'; export declare function createSchedulerTracer(tracing: Tracing): Tracer;