type TimerMessage = { message: string; ms: number; }; export declare const useTimer: (startImmediately?: boolean) => { start: () => number; pause: () => void; split: (message?: string) => void; stop: (message?: string) => void; total: import("woby").Observable; reset: () => void; laps: import("woby").Observable; }; export {}; //# sourceMappingURL=useTimer.d.ts.map