import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers the application-mode login endpoint. * * @private internal utility of `startRemoteServer` */ export declare function registerLoginRoute(runtime: RemoteServerRuntime): void;