import * as t from './types'; export declare function timer(start?: Date, options?: { round?: number; }): t.ITimer; export declare function elapsed(from: t.DateInput, options?: { to?: t.DateInput; round?: number; }): t.IDuration;