import { TBinaryIn, TRawStringIn } from '../crypto/interface'; export declare const _fromIn: (inValue: TBinaryIn) => Uint8Array; export declare const _fromRawIn: (inValue: TRawStringIn) => Uint8Array; export declare const _toWords: (arr: Uint8Array) => any; export declare const _fromWords: (inValue: any) => Uint8Array;