export declare class OverflowError extends Error { constructor(length: number, uint8ArrayLength: number); } export declare function getIsValidHexishChar(hexishChar: any): boolean; export declare function getIsValidHexish(hexish: any): boolean;