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