export type UseCallbackWithAnalyticsHook = (method: (...args: any[]) => void, payload: Record | ((...args: any[]) => void), channel?: string) => (...args: any[]) => void; export declare const useCallbackWithAnalytics: UseCallbackWithAnalyticsHook;