 
/**
 * 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 declare function now(): number;
//# sourceMappingURL=timer.d.mts.map