export interface Peripheral { advertisement?: { manufacturerData?: Buffer; }; } export declare function isHt5074(hex: string): boolean; export declare function isHt5075(hex: string): boolean; export declare function isHt5101(hex: string): boolean; export declare function isHt5179(hex: string): boolean; export declare function isValidPeripheral(peripheral: Peripheral): boolean;