import validator from "../index.js";
export type IsByteLengthOptions = validator.IsByteLengthOptions;
export default validator.isByteLength;
