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