import { ProduitVenteDto } from "./produitVenteDto";
export declare class VenteDto {
    readonly produits: ProduitVenteDto[];
    readonly modePaymentId: number;
}
