export declare class Amount { Currency: string; Total: number; }