import { Config, ReturnValue } from './types';
export declare const useTimer: ({ autostart, endTime, initialTime, interval, onTimeOver, onTimeUpdate, step, timerType, }?: Partial<Config>) => ReturnValue;
