import validator from "../index.js";
export type IsAfterOptions = validator.IsAfterOptions;
export default validator.isAfter;
