import validator from "../index.js";
export type IsBeforeOptions = validator.IsBeforeOptions;
export default validator.isBefore;
