export declare type Time = number; export declare const now: () => Time;