import { PlatformConfig } from 'homebridge';
export declare type RollerShutterConfig = {
    name: string;
    uniqueId: string;
};
export declare type DeconzConverterConfig = PlatformConfig & {
    host: string;
    useHTTPS: boolean;
    apiKey: string;
    port: string;
    rollerShutters: RollerShutterConfig[];
};
//# sourceMappingURL=platformTypes.d.ts.map