export declare const DEVICE_TYPES: Map; declare type ServiceUuid = { readonly uuid: string; readonly name: string; }; export declare const SERVICE_UUIDS: ReadonlyArray; declare type CharacteristicUuid = { readonly uuid: string; readonly name: string; readonly isCapability: boolean; }; export declare const CHARACTERISTIC_UUIDS: ReadonlyArray; export declare const CHARACTERISTIC_CAPABILITY_UUIDS: Set; export declare const CHARACTERISTIC_NAMES: Map; export {}; //# sourceMappingURL=constants.d.ts.map