import { Model } from 'sequelize-typescript';
export declare class RentalPriceModel extends Model {
    PriceId: string;
    RetailPrice: number;
    Currency: string;
    PromoCode: string;
    Remarks: string;
}
