export declare class UpdateWeightLogDto {
    weight: number;
}
