/** * Returns a function that returns the time (in seconds) passed since the invocation */ export declare function getPerformanceTime(): () => number;