export declare const formatBatery: (hex: string) => string;
export declare const arrayToHexString: (array: Uint8Array) => string;
export declare const hexStringToArray: (string: string) => Uint8Array;
export declare const numberToHexString: (number: number) => string;
