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