export declare function getIntervals(): string[]; export declare function isValidInterval(interval: string): boolean;