import { type LicenseInfo } from '../shared/featureFlags'; export declare const validateLicense: (licenseKey?: string, authToken?: string) => Promise; export declare const clearLicenseCache: () => void; export declare const getLicenseCacheSize: () => number;