import { Audio } from '../types'; import { PhotoSize } from '../types'; export declare class AudioBase implements Audio { file_id: string; file_unique_id: string; duration: number; performer: string; title: string; file_name: string; mime_type: string; file_size: number; thumbnail: PhotoSize; }