/**
 * Private! This allows the shared endpoint to be intialized
 * so that the SDK can communicate with the Dashboard.
 */
import type { Endpoint } from '@remote-ui/rpc';
import type { PlatformRPCs } from './platformRpcs';
export declare const getHostEndpoint: () => Endpoint<PlatformRPCs>;
