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