import "./lib/promise.auto.js";
import AndRule from "./AndRule";
import NotRule from "./NotRule";
import OnlyRule from "./OnlyRule";
import OrRule from "./OrRule";
import Rule from "./Rule";
export {
    Rule,
    AndRule,
    OrRule,
    NotRule,
    OnlyRule
};
export default {
    Rule,
    AndRule,
    OrRule,
    NotRule,
    OnlyRule,
};
