type Options = { updateRate?: number; standby?: boolean; }; export declare const useNow: ({ updateRate, standby }?: Options) => number; export {};