export declare class CreateFeedbackDto {
    rating: number;
    comment?: string;
}
