declare const _default: {
    extractByteValue: (ByteNr: any, minByte: any, maxByte: any, minValue: any, maxValue: any, data: any) => any;
    extract10BitValue: (ByteBase: any, minByte: any, maxByte: any, minValue: any, maxValue: any, data: any) => any;
    extract10BitValueReverse: (ByteBase: any, minByte: any, maxByte: any, minValue: any, maxValue: any, data: any) => any;
    extractBitValue: (ByteNr: any, BitStart: any, BitLength: any, data: any) => number;
    extractBitEnum: (ByteNr: any, BitStart: any, BitLength: any, data: any, ENUM: any) => any;
};
export default _default;
