export interface TrackParams { trackKey: TrackKey; trackParams?: Record; } export declare enum TrackKey { VIEW = "aily_agent_artifact_page_view" }