import { Rail, Product } from '../../enums';
export declare class PaymentRailDTO {
    readonly id: Rail;
    readonly product: Product;
}
