import type { RemoteServerRuntime } from './RemoteServerRuntime';
/**
 * Registers the OpenAI-compatible chat completions endpoint.
 *
 * @private internal utility of `startRemoteServer`
 */
export declare function registerOpenAiCompatibleChatCompletionsRoute<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;
