import { BitBaseEvent } from '@teambit/pubsub'; declare class UiServerStartedEventData { readonly targetHost: any; readonly targetPort: any; readonly uiRoot: any; constructor(targetHost: any, targetPort: any, uiRoot: any); } export declare class UiServerStartedEvent extends BitBaseEvent { readonly timestamp: any; readonly targetHost: any; readonly targetPort: any; readonly uiRoot: any; static readonly TYPE = "ui-server-started"; constructor(timestamp: any, targetHost: any, targetPort: any, uiRoot: any); } export {};