import { PaidMediaPhoto } from '../types'; import { array } from '../types'; export declare class PaidMediaPhotoBase implements PaidMediaPhoto { type: string; photo: array; }