import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { CodeBlockPlugin } from '../index';
import { type AutoDetectState } from './auto-detect-state';
export declare const createAutoDetectPlugin: (api?: ExtractInjectionAPI<CodeBlockPlugin>) => SafePlugin<AutoDetectState>;
