import { IConfig } from './type/index'; export declare const getUuid: () => string; export declare const getErrorFingerprint: (error: any) => string; export declare const getCoreMessage: () => any; export declare const getWrapper: (config: IConfig) => any; export declare const getErrorMessage: (error: any, config: IConfig, resource?: boolean) => any; export declare const getEventMessage: (type: string, eventData: any, config: IConfig) => any; export declare const getClickMessage: (type: string, data: any, config: IConfig) => { event_type: string; data: any; }; export declare const reportError: (err: any, config: any) => void; export declare const reportResourceError: (err: any, config: any) => void;