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 removeExcludeDates: (events: EventInterface[]) => void;
    static getPartialRRuleString: (options: ParsedOptions) => any;
    static cleanRule: (options: ParsedOptions) => void;
    static ensureInitialized: () => Promise<void>;
}
export {};
//# sourceMappingURL=EventHelper.d.ts.map