import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { EditorAppearance, PMPluginFactoryParams } from '@atlaskit/editor-common/types';
export declare const createPlugin: ({ dispatch, getIntl, nodeViewPortalProviderAPI }: PMPluginFactoryParams, { appearance }: {
    appearance?: EditorAppearance | undefined;
}) => SafePlugin<import("./types").CodeBidiWarningPluginState>;
