import { setup } from "./client"; setup(); export { checkout, getBillingPortal } from "./checkout"; export { webhookHandler } from "./webhook";