import type { PlatformConfig } from 'homebridge';
export declare const PLUGIN_NAME = "homebridge-lutron";
export declare const PLATFORM_NAME = "LutronCasetaLeap";
export interface LutronCasetaLeapPluginConfig extends PlatformConfig {
    enableMatter?: boolean;
}
//# sourceMappingURL=settings.d.ts.map