import { clearTimeout as clearT, setTimeout as setT } from 'worker-timers';
declare const timers: {
    set: typeof setT;
    clear: typeof clearT;
};
export default timers;
