import type { RemoteConnectionController, RemoteConnectionControllerOptions } from "./remote-connection-types.js";
export type { RemoteAuthChallenge, RemoteAuthCompletion, RemoteConnectionController, RemoteConnectionControllerOptions, RemoteConnectionSnapshot, RemoteConnectionState, } from "./remote-connection-types.js";
export declare function createRemoteConnectionController(options: RemoteConnectionControllerOptions): RemoteConnectionController;
