export declare const assertIsHexString: (input: string) => void;
export declare const assertIsBuffer: (input: Buffer) => void;
export declare const assertIsArray: (input: number[]) => void;
export declare const assertIsString: (input: string) => void;