import { Activity } from '../constants/activity'; export type { Activity }; /** * Returns the current activity based on the time of day. * Handles midnight-crossing slots (e.g., 19:00-06:00). */ export declare const getCurrentActivity: (now?: Date) => Activity; //# sourceMappingURL=activity.d.ts.map