import { Background } from '@airgram-dev/core'; /** Contains a list of backgrounds */ export declare class BackgroundsBaseModel { _: 'backgrounds'; /** A list of backgrounds */ backgrounds: Background[]; }