/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 */
/**
 * Add code blocks to the editor (syntax highlighting provided separately)
 */
export declare const CodeExtension: import("lexical").LexicalExtension<import("lexical").ExtensionConfigBase, "@lexical/code", unknown, unknown>;
/**
 * Bundles {@link CodeImportRules} together with the runtime
 * {@link CodeExtension}.
 *
 * @experimental
 * @deprecated {@link CodeExtension} now registers
 * {@link CodeImportRules} (and `CoreImportExtension`) itself — depend on
 * it directly instead.
 */
export declare const CodeImportExtension: import("lexical").LexicalExtension<import("lexical").ExtensionConfigBase, "@lexical/code/Import", unknown, unknown>;
