/** * 현재 context에서 traceId를 안전하게 가져옵니다. * Node.js 환경에서만 동작하며, 브라우저/React Native에서는 undefined를 반환합니다. */ export declare function getTraceId(): string | undefined;