import type { RsbuildPlugin } from '@rsbuild/core'; /** * should not set babel-loader when babel config not modified */ export declare const pluginBabelPost: () => RsbuildPlugin;