import AbstractTelemetryEventsDelegate from "./AbstractTelemetryEventsDelegate"; import { FormattedUIInteractionEvent, UIInteractionEvent } from "./UIInteractionEventsDelegate.definitions"; export declare class UIInteractionEventsDelegate extends AbstractTelemetryEventsDelegate { getSchemaName(): string; getEventName(): string; format({ name, status, category, details, duration, client_timestamp }: UIInteractionEvent): FormattedUIInteractionEvent; }