import { IGeneralContext } from '../types'; declare const initAnalytics: (context: IGeneralContext) => void; export { initAnalytics };