/** The list of saved animations was updated */ export declare class UpdateSavedAnimationsBaseModel { _: 'updateSavedAnimations'; /** The new list of file identifiers of saved animations */ animationIds: number[]; }