import { BuildResult, RuleStringConditions } from "./types.js"; export declare function rulesToString(rule: RuleStringConditions): BuildResult;