import type { CommonError } from '../../types/index.js'; export declare function renderCompilationError(compilationErrors: CommonError[]): Promise<{ html: string; statusCode: 200; }>; //# sourceMappingURL=render-compilation-error.d.ts.map