import type { Condition, ConditionConfig } from "./types";
export declare const createConditions: (options: ConditionConfig) => Condition;
