import { API } from 'homebridge';
export interface EcobeeAwayPlatformConfig {
    refreshToken: string;
    thermostatSerialNumbers?: string;
    enableAutomationSwitch?: boolean;
    homeIndefiniteHold?: boolean;
    awayIndefiniteHold?: boolean;
    sleepIndefiniteHold?: boolean;
}
export declare function updateHomebridgeConfig(homebridge: API, update: (config: string) => string): boolean;
//# sourceMappingURL=config.d.ts.map