export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule"; export declare const getRule: typeof import("./getRule").getRule; export declare const getRuleOutput: typeof import("./getRule").getRuleOutput; export { RuleArgs } from "./rule"; export type Rule = import("./rule").Rule; export declare const Rule: typeof import("./rule").Rule; export * from "../types/enums/rbin";