export { EVENT_CHANNEL } from './constants'; export declare const useDatasourceAnalyticsEvents: () => { fireEvent: (eventKey: K, ...params: undefined extends import("./generated/analytics.types").AnalyticsEventAttributes[K] ? [param?: import("./generated/analytics.types").AnalyticsEventAttributes[K] | undefined] : [param: import("./generated/analytics.types").AnalyticsEventAttributes[K]]) => void; };