type Amount = {
    amount: number;
    asset: string;
};
export { Amount };
