/**
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * The URL of the CKEditor CDN.
 */
export declare const CDN_MOCK_SCRIPT_URL: string;
/**
 * The URL of the CKEditor CDN.
 */
export declare const CDN_MOCK_STYLESHEET_URL: string;
/**
 * The URL of the CKBox CDN.
 */
export declare const CKBOX_CDN_MOCK_SCRIPT_URL: string;
/**
 * The URL of the CKBox CDN.
 */
export declare const CKBOX_CDN_MOCK_STYLESHEET_URL: string;
