export declare const sleep: (ms: any) => Promise; /** Be very careful this uses shardusGetTime() the timetamp passed in must repect this */ export declare const getTime: (format?: string) => number; /** Be very careful this uses shardusGetTime() the timetamp passed in must repect this */ export declare const setAlarm: (callback: any, timestamp: any) => void; export declare function inRangeOfCurrentTime(timestamp: number, before: number, after: number): boolean;