export declare class UserDetail {
    description: string;
    url: string;
    imageUrl: string;
}
