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