import type { AbolishAsyncValidator, AbolishRule } from "../../src/types";
import type { AbolishCompiled } from "../../src/Compiler";
declare const _default: AbolishAsyncValidator;
export = _default;
declare module "../../src/validator" {
    namespace AvailableValidators {
        interface Options {
            objectValuesAsync: AbolishRule | AbolishCompiled;
        }
    }
}
