/**
* Returns the current high-resolution timestamp in milliseconds. This is a thin wrapper around `performance.now()`.
*
* @returns The current high-resolution timestamp in milliseconds.
*/
export declarefunctionnow(): number;
//# sourceMappingURL=timer.d.mts.map