import { selectively } from "selectively"; import type { Rule } from "."; import type { State } from "./State"; export declare function control(rule: Rule, state: State, macros?: Record): boolean;