import { FeeValue } from './fee-value.model'; export declare class OrderSummary { PaymentReference: string; Fees: FeeValue[]; PaymentTotal: string; }