declare const ru: { button: { doublePressTitle: string; longPressTitle: string; singlePressTitle: string; }; command: { badSyncCommand: string; unsupportedCharacteristic: string; }; config: { enumNames: { sensorMirror: string; sensorTimer: string; }; title: { commandSync: string; sensorBehavior: string; syncSchedule: string; }; }; sensor: { badBehavior: string; }; syncSchedule: { badType: string; badUnits: string; cancel: string; cron: string; expired: string; invalidCron: string; resume: string; sunTime: string; timeHours: string; timeMilliseconds: string; timeMinutes: string; timeSeconds: string; }; thermostat: { autoFuture: string; coolFuture: string; heatFuture: string; offFuture: string; }; webhook: { validRange: string; validValues: string; }; }; export default ru;