import { TimerSystem } from "./TimerSystem";
/**
 * A timer system implementation using seconds as the time unit.
 */
export declare class SecondsTimerSystem extends TimerSystem {
    constructor();
}
