ssap_app/node_modules/@expo/devtools/build/DevToolsPluginClientImplApp...

15 lines
472 B
TypeScript

import { DevToolsPluginClient } from './DevToolsPluginClient';
/**
* The DevToolsPluginClient for the app -> browser communication.
*/
export declare class DevToolsPluginClientImplApp extends DevToolsPluginClient {
private browserClientMap;
/**
* Initialize the connection.
* @hidden
*/
initAsync(): Promise<void>;
private addHandshakeHandler;
private terminateBrowserClient;
}
//# sourceMappingURL=DevToolsPluginClientImplApp.d.ts.map