import { Timer } from './timer'; export declare class TimerFactory { create(): Timer; } //# sourceMappingURL=factory.d.ts.map