import type { ParsedRRule } from "../types"; /** * Parses an iCalendar RRULE string without the `RRULE:` prefix. */ export declare function parseRRule(rule: string): ParsedRRule;