import type * as ProtocolProxyApi from '../../generated/protocol-proxy-api.js'; import { SDKModel } from './SDKModel.js'; import { type Target } from './Target.js'; export type EventTypes = { ['hello']: MypanelModel; }; export declare class MypanelModel extends SDKModel { readonly agent: ProtocolProxyApi.MypanelApi; constructor(target: Target); private mypanelActiveChanged; }