import { EventInterface } from "./interfaces/index.js"; type ParsedOptions = any; export declare class EventHelper { static getRange: (event: EventInterface, startDate: Date, endDate: Date) => any; static getFullRRule: (event: EventInterface) => any; static calendarDateKey: (d: string | Date) => string; static removeExcludeDates: (events: EventInterface[]) => void; static getPartialRRuleString: (options: ParsedOptions) => any; static cleanRule: (options: ParsedOptions) => void; static ensureInitialized: () => Promise; } export {}; //# sourceMappingURL=EventHelper.d.ts.map