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