export declare function evaluateCondition(condition: string, context: Record<string, any>): boolean;
