export { LicenseGuard, signPayload, verifySignature, getMachineId } from './license-guard.js'; export { issueLicense } from './issuer.js'; export type { IssueOptions } from './issuer.js'; export type { LicenseFile, LicensePayload, LicenseFeatures, LicenseQuotas, LicensePlan, LicenseValidation, } from './types.js'; export { PLAN_PRESETS } from './types.js'; //# sourceMappingURL=index.d.ts.map