/** @internal */
declare const untilNextAnimationFrame: () => Promise<void>;
export default untilNextAnimationFrame;
