/** * Wait for an animation frame's duration. Optionally, wait for multiple frames by providing a * `frameCount` input. * * @category Web * @category Package : @augment-vir/web * @package [`@augment-vir/web`](https://www.npmjs.com/package/@augment-vir/web) */ export declare function waitForAnimationFrame(frameCount?: number): Promise;