import { TaskInfo } from "../types"; export declare const tasks: Map; export declare const IntervalTimerDecorator: (_target: Object, _propertyKey: string | symbol, descriptor: TypedPropertyDescriptor) => void;