export declare class DAREScheduleKeyRotationSettingsAPI { constructor() disableSchedulingForKeyRotation(activeKeySysId: string): string enableSchedulingForKeyRotation(activeKeySysId: string): string getNextKeyRotationDateFromTableOnLoad(): string getNextKeyRotationDisplayDateTime(rotationIntervalInMonths: number, intendedDayOfWeek: number, timeInHours: number): string getNextKeyRotationReminderDateFromTableOnLoad(): string getNextKeyRotationReminderDisplayDateTime(rotationIntervalInMonths: number, intendedDayOfWeek: number): string setNextKeyRotationDisplayValue(rotationDateAsString: string, activeKeySysId: string): string setNextKeyRotationReminderDisplayValue(rotationReminderDateAsString: string, activeKeySysId: string): string updateSchedulingForKeyRotation(activeKeySysId: string): string validateReminderDateDisplayValue(rotationDateStr: string, reminderDaysStr: string): boolean }