export declare class ProduitVenteDto {
    readonly id: number;
    readonly quantite: number;
}
