/**
 * parse a period string and return all possible dates in the period
 */
export declare function datesFromPeriod(period: string): Date[];
