import { XeroClient } from "xero-node"; export function getXeroClient(): XeroClient { return new XeroClient(); }