declare const formatTimeValue: (type: any, value: any) => number; declare const getTimePlus: (type: any) => number; export { formatTimeValue, getTimePlus };