export declare const decimalToHexWithPadding: (aNumber: any) => any; export declare const base64ToHex: (aBase64String: any) => string; export declare const charsPairs: (anArray: any) => any[]; export declare const hexToBase64: (anHexString: any) => string; export declare const notPrintableToSpaces: (decimalChar: any) => any; export declare const charCodesToAscii: (charCodeArray: any) => string; export declare const base64ToAscii: (aBase64String: any) => string; export declare const base64ToEscapedAscii: (aBase64String: any) => string; export declare const decimalArrayAsBigEndianNumber: (aDecimalArray: Uint8Array) => string; export declare const decimalArrayAsLittleEndianNumber: (aDecimalArray: Uint8Array) => string; export declare const uint8ArrayToAsciiNumber: (aUint8Array: any) => string; export declare const asciiToBinaryCodedDecimal: (aString: Uint8Array, decimals?: number) => string; export declare const removeLeadingZeroes: (aString: any) => any; export declare const decimalToBitfield: (decimal: any) => string; export declare const parseBCD: (array: Uint8Array, decimals?: number) => string; export declare const formatNumericValue: (stringValue: any, decimals?: number) => string; export declare const powerFactorDecoding: (aNumber: number) => string | null; export declare const obisCodeValueToNumeric: (aNumericString: string) => string | null; export declare const parseDateAscii: (array: Uint8Array) => string; export declare const parseTimeAscii: (array: Uint8Array) => string; export declare const uint8ToBCD: (number: any) => number; export declare const replaceLeadingZeros: (aString: any) => any; export declare const formatCleanNumericValue: (stringValue: any, decimals: any) => string; export declare const formatAlphaDate: (anAlphaDate: any) => string | null; export declare const formatAlphaTime: (anAlphaTime: any, anAlphaDate: any) => any; export declare const formatAlphaWeekday: (weekday: any) => string | null; export declare const formatAlphaA3Date: (arrayAlphaA3Date: any) => string | null; export declare const formatAlphaA3Time: (arrayAlphaTime: any, arrayAlphaA3Date: any) => string | null; export declare const numericObisFormat: (aNumericString: any) => any; export declare const unitConversion: (aStringNumber: any, unitConversionFactor: any, numberToFixed: any) => any; export declare const extractBase64PayloadFromLog: (logLine: string) => string; export declare const isValidChecksum: (data: Uint8Array, checksum_byte: number) => boolean; //# sourceMappingURL=binary.d.ts.map