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