declare const PrebuiltCallReport: { create: (appID: number, appSign: string, commonParams: {}) => void; updateCommonParams: (params: {}) => void; reportEvent: (event: string, params: {}) => void; }; export default PrebuiltCallReport;