import type { RsbuildPlugin } from '@rsbuild/core'; import type { CheckSyntaxOptions } from './types.js'; export type PluginCheckSyntaxOptions = CheckSyntaxOptions; export declare const PLUGIN_CHECK_SYNTAX_NAME = "rsbuild:check-syntax"; export declare function pluginCheckSyntax(options?: PluginCheckSyntaxOptions): RsbuildPlugin; export { CheckSyntax } from './checkSyntax.js'; export { CheckSyntaxRspackPlugin } from './CheckSyntaxPlugin.js';