/// <reference types="node" />
export declare function prefixToArray(prefix: string): number[];
export declare function fromHex(data: string): Buffer;
export declare function toHex(data: Uint8Array, addPrefix?: boolean): string;
export declare function getBitLength(data: Uint8Array): number;
