/** * Returns the current time in milliseconds, * also ensures to not return the same value twice. */ export declare function now(): number;