import type { DevConfig, ServerConfig } from '@rsbuild/core'; import type { ToolsDevServerConfig, UniBuilderConfig } from '../types'; export declare const transformToRsbuildServerOptions: (dev: NonNullable, devServer: ToolsDevServerConfig) => { dev: DevConfig; server: ServerConfig; };