import type { Rspack } from '@rsbuild/core'; import { CheckSyntax } from './checkSyntax.js'; type Compiler = Rspack.Compiler; export declare const JS_REGEX: RegExp; export declare class CheckSyntaxRspackPlugin extends CheckSyntax { apply(compiler: Compiler): void; } export {};