export interface IAmount {
    currency: string;
    issuer?: string;
    value: string;
}
//# sourceMappingURL=index.d.ts.map