import type { RuleGroupType, RuleType } from './types'; /** * Generate a unique ID for rules and groups */ export declare function generateId(): string; /** * Create an empty rule with no field/operator/value selected */ export declare function createEmptyRule(): RuleType; /** * Create the initial/default query structure with one empty rule */ export declare function createDefaultQuery(): RuleGroupType; //# sourceMappingURL=helpers.d.ts.map