/**
 * @fileoverview CPU utility definitions.
 * @license Apache-2.0
 */

/** Number of threads. */
export const threadCount: number;
/** Number of cores. */
export const coreCount: number;
