/**
 * Returns the current thread id formatted as a hexadecimal encoded string.
 *
 * On sytems older than 12.x without support for worker_threads, the thread id is always 00000000
 */
export declare let getThreadId: () => string;
export declare function __testUncacheThreadId(): void;
//# sourceMappingURL=ThreadId.d.ts.map