import './config/license-config.js'; export { initializeLicense, initializeLicenseAsync, requireLicense, checkLicense, checkSynthLicense, getLicenseStatus, setLicenseTokenFromString, setAndVerifyLicenseToken, getCurrentLicenseToken, isLicenseInitialized, addLicenseToken, setLicenseKeys, addLicenseKeys, // NEW: Merge tokens without clearing existing ones hasFeature, getAllFeatures, getLoadedTokens, isRegistryInitialized, clearLicenses } from './core/license.js'; export { AstermindLicense } from './core/astermind-license.js'; export type { AstermindLicense as AstermindLicenseType } from './core/astermind-license.js'; export * from '@astermind/astermind-pro'; export * from './elm/index.js'; //# sourceMappingURL=index.d.ts.map