/** * Vite plugin that replaces Vite's built-in error overlay with a * Gracile-branded overlay featuring enhanced error metadata * (title, hint, docs link, highlighted code). * * @returns Vite plugins. `any` is used to prevent Vite typings version mismatches. */ export declare function betterErrors(): any[]; //# sourceMappingURL=vite.d.ts.map