import type EventModel from "../../model/eventModel"; import type Collection from "../../utils/collection"; export declare function useEventsWithTimezone(events: Collection): Collection;