import { PlatformConfig } from "homebridge";
export type HiloConfig = PlatformConfig & {
    noChallengeSensor: boolean;
    plannedHours: number;
    refreshToken: string;
};
export declare const setConfig: (config: HiloConfig) => void;
export declare const getConfig: () => HiloConfig;
//# sourceMappingURL=config.d.ts.map