export declare function nowInSeconds(): number; export declare const DAY_IN_SECONDS = 86400; export declare function isString(value: any): boolean;