import { TanStackStartRsbuildPluginCoreOptions } from './types.js'; import { RsbuildPlugin } from '@rsbuild/core'; import { TanStackStartRsbuildInputConfig } from './schema.js'; export declare function tanStackStartRsbuild(corePluginOpts: TanStackStartRsbuildPluginCoreOptions, startPluginOpts?: TanStackStartRsbuildInputConfig): RsbuildPlugin;