/**
 * @this {View}
 * @param {number} alpha
 * @param {number} scale
 */
export function updateAnimationState(this: View, alpha: number, scale: number): void;
//# sourceMappingURL=updateAnimationState.d.ts.map