import type { Attributes } from '@mwcp/otel';
import type { DbConfig, KmoreAttrNames } from './types.js';
export declare function genCommonAttr(eventName: string, attrs?: Attributes): Attributes;
export declare function eventNeedTrace(eventName: KmoreAttrNames, dbConfig: DbConfig): boolean;
//# sourceMappingURL=trace.helper.d.ts.map