import { PlatformConfig as HbPlatformConfig } from 'homebridge';
export interface PlatformConfig extends HbPlatformConfig {
    username: string;
    password: string;
    debug?: boolean;
    refreshInterval?: number;
}
//# sourceMappingURL=platformConfig.d.ts.map