interface npmhooksentryStatic{ saveError(type:string,error:Object); stopWatch(); startWatch(); setUserInfo(value:string); } declare const npmhooksentry: npmhooksentryStatic; export default npmhooksentry;