import type { AbolishValidator } from "./types";
declare const GlobalValidators: Record<string, AbolishValidator>;
export = GlobalValidators;
