/** * Measures the elapsed wall clock time in milliseconds (ms) between two points. * @returns A function returning the elapsed time in milliseconds (ms). */ export declare function startClock(): () => number; //# sourceMappingURL=timer.d.ts.map