export type TimeEnd = (label: any, cb: Function) => void declare function timer () : TimeEnd export default timer