declare const reportPerformance: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const getPerformance: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const preloadWebview: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const preloadSkylineView: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const preloadAssets: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { reportPerformance, getPerformance, preloadWebview, preloadSkylineView, preloadAssets };