import type { Characteristic, WithUUID } from 'homebridge';
export default function type(DefaultCharacteristic: typeof Characteristic): WithUUID<new () => Characteristic>;
//# sourceMappingURL=type.d.ts.map