/** * Invoke a callback asynchronously in `requestAnimationFrame` for DOM operation optimization. * NOTE: If run in server environment, the callback will be invoke directly. * @param callback The callback to invoke in `requestAnimationFrame. */ export declare function requestAnimationFrameAsync(callback: (time?: number) => T): Promise; //# sourceMappingURL=request-animation-frame-async.d.ts.map