import { client, Billing } from 'anchorbrowser';// ANCHORBROWSER_API_KEY is read from the environment by default;// set it explicitly like this:client.setConfig({ auth: () => 'your-api-key' });const result = await Billing.getBilling();console.log(result);