export declare class TraceIdService {
    generateTraceId(errorType?: string): string;
    isValidTraceId(traceId: string): boolean;
}
