import { getQuote } from"./common.js";
/**
* Returns a list of the tokens that can have unified balances
*/export async function getBeamQuote(client, args) {
const quote = await getQuote(client, args);
return quote;
}
//# sourceMappingURL=getBeamQuote.js.map