export interface Amount {
    value: number;
    majorUnits: number;
    minorUnits: number;
    currency: string;
}
//# sourceMappingURL=amount.d.ts.map