import { Animation } from '@airgram-dev/core'; /** Represents a list of animations */ export declare class AnimationsBaseModel { _: 'animations'; /** List of animations */ animations: Animation[]; }