import { EventBase } from './EventBase';
export declare class TimerEvent extends EventBase {
    /**
     *
     */
    static TIMER: string;
    /**
     *
     */
    static TIMER_COMPLETE: string;
    constructor(type: string);
}
//# sourceMappingURL=TimerEvent.d.ts.map