import { CKVersion } from '../utils/version/isCKVersion.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: CKVersion): boolean;
