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