import { IAbortTimer } from './abort-timer.type';
export declare function createInterval(callback: () => void, interval: number): IAbortTimer;
