import { optionsType } from './hp-time'; export default function useHighPrecisionTimer(options: optionsType): { remaining: import('vue').Ref; isRunning: import('vue').Ref; start: () => void; pause: () => void; reset: () => void; }; //# sourceMappingURL=index.d.ts.map