export declare class StarRatingDto {
    entityKey: string;
    rating: number;
    description: string;
}
