import { TimerStrategy } from './timer.js';
export declare class AllStrategy extends TimerStrategy {
    handler(): void;
}
