import type { ValidationResult } from './types.js'; /** * Validate ResoLang source code * Checks for syntax errors, unmatched braces, and structural issues */ export declare function validate(source: string): ValidationResult; //# sourceMappingURL=validator.d.ts.map