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