export declare class LinkModePaymentDto {
    readonly fastFoodId: number;
    readonly modePaymentId: number;
}
