import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers the server homepage route for both rich and markdown UIs. * * @private internal utility of `startRemoteServer` */ export declare function registerServerIndexRoute(runtime: RemoteServerRuntime): void;