/**
* Get the dev server address.
*/
import type { ConnectionInfo } from './devtools.types';
export declare function getConnectionInfo(): Omit<ConnectionInfo, 'pluginName'>;
//# sourceMappingURL=getConnectionInfo.d.ts.map