export interface CheckRulesOutput { isValid: boolean; errors?: string[]; }