import { Plugin } from '@atlaskit/editor-prosemirror/state';
import type { SafePluginSpec } from '@atlaskit/editor-prosemirror/state';
export declare class SafePlugin<T = any> extends Plugin<T> {
    _isATypeSafePlugin: never;
    constructor(spec: SafePluginSpec<T>);
}
