import { File } from '@airgram-dev/core'; /** Information about a file was updated */ export declare class UpdateFileBaseModel { _: 'updateFile'; /** New data about the file */ file: File; }