import { PersonCacheDTO, PersonDTO } from '../../../../common/entities/PersonDTO'; export declare class Person implements PersonDTO { isFavourite: boolean; count: number; id: number; name: string; cache: PersonCacheDTO; static getThumbnailUrl(that: PersonDTO): string; }