export { createCustomer } from './customer.js'; export { getLicenseStatus, licenseActive } from './license.js'; export type { SimpleFetch, FetchResponse } from './simple-fetch.js'; export { PROD_LICENSE_SERVER_URL, STAGING_LICENSE_SERVER_URL, TEST_LICENSE_KEY, LOCAL_LICENSE_SERVER_URL, } from './env.js'; export { LicenseStatus } from '../server/api-types.js'; export type { GetLicenseStatusResponse } from '../server/api-types.js';