import { CKCdnVersion } from '../cdn/ck/isCKCdnVersion.js';
/**
 * Checks if the CKEditor CDN is supported by the given editor version.
 *
 * @param version The CKEditor version.
 * @returns `true` if the CDN is supported, `false` otherwise.
 */
export declare function isCKCdnSupportedByEditorVersion(version: CKCdnVersion): boolean;
