import { CalendarEvent } from '../types'; declare function findPastEvents(events: CalendarEvent[]): CalendarEvent[]; export default findPastEvents;