import type { RsbuildPlugin } from '@rsbuild/core'; import type { DistPath } from '../../types'; export declare const pluginEnvironmentDefaults: (distPath?: DistPath) => RsbuildPlugin;