import { ByteArray } from './array';
export declare function checkLengths(k: ByteArray, n: ByteArray): void;
export declare function checkBoxLengths(pk: ByteArray, sk: ByteArray): void;
export declare function checkArrayTypes(...arrays: ByteArray[]): void;