export declare class Price { id: string; productId: string; productPath: string; productSKU: string; priceListId: string; priceListCode: string; break: number; readonly unitPrice: number; created: Date; modified: Date; constructor(id: string, productId: string, productPath: string, productSKU: string, priceListId: string, priceListCode: string, brk: number, unitPrice: number, created: Date, modified: Date); }