export class AnimationNotification {
    /**
     *
     * @type {AnimationNotificationDefinition}
     */
    def: AnimationNotificationDefinition;
    /**
     * When the notification is to be sent
     * @type {number}
     */
    time: number;
    /**
     *
     * @param {AnimationNotification} other
     * @returns {boolean}
     */
    equals(other: AnimationNotification): boolean;
    /**
     * @returns {number}
     */
    hash(): number;
}
//# sourceMappingURL=AnimationNotification.d.ts.map