import * as rruleModule from 'rrule'; export declare const RRule: typeof rruleModule.RRule; /** * Instance type of {@link RRule}, re-declared because the value above is a `const` rather than * a directly imported class binding. */ export type RRule = rruleModule.RRule; export type { Options } from 'rrule';