import type { RemoteServerRuntime } from './RemoteServerRuntime';
/**
 * Registers all HTTP middleware and routes in the original order.
 *
 * @private internal utility of `startRemoteServer`
 */
export declare function registerRemoteServerHttpRoutes<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;
