/**
 * BlinkStick Nano has an effective frame rate of 70 FPS.
 * I don't expect that other devices will be able to handle more than 100 FPS (probably less).
 * This function asserts if the frame rate is below 100 FPS to prevent unexpected behavior for the user.
 * @param ms
 * @param steps
 * @category Animation
 */
export declare function assertFpsBelow100(ms: number, steps: number): void;
//# sourceMappingURL=assert-fps-below-100.d.ts.map