export declare class GeneratedCodeValidator {
    /**
     * Validates generated TypeScript files for errors
     * @param filePaths - Array of absolute paths to generated files
     * @param sourceDir - Source directory of the project for context
     */
    static validate(filePaths: string[], sourceDir: string): void;
    private static reportErrors;
}
//# sourceMappingURL=generatedCodeValidator.d.ts.map