export declare class AccessorySetCharacteristicDto {
    characteristicType: string;
    value: string | boolean | number;
}
