declare const vi: { button: { doublePressTitle: string; longPressTitle: string; singlePressTitle: string; }; command: { badSyncCommand: string; unsupportedCharacteristic: string; }; config: { title: { commandSync: string; syncSchedule: 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 vi;