declare const checkIvLength: (enc: string, iv: Uint8Array) => void;
export default checkIvLength;
