import { SemanticVersion } from '../utils/version/isSemanticVersion.js';
export declare const CK_DOCS_URL = "https://ckeditor.com/docs/ckeditor5";
/**
 * Creates a URL to a file on the CKEditor documentation.
 */
export declare function createCKDocsUrl(path: string, version?: SemanticVersion | 'latest'): string;
