import { LicenseKeyVersion } from '../license/LicenseKey.js';
/**
 * Returns information about the installed CKEditor version and the supported license version.
 *
 * @returns The supported license version or `null` if the CKEditor version is unknown.
 */
export declare function getSupportedLicenseVersionInstallationInfo(): LicenseKeyVersion | null;
