declare const currentTime: import("@legendapp/state").ObservableObject<Date>;
declare const currentDay: import("@legendapp/state").ObservableObject<Date>;
export { currentTime, currentDay };
