export declare class PriceDto {
    exclVat: number;
    inclVat?: number;
}
