import type { Editor } from 'grapesjs';
import { SdkPluginCommonOptions } from '..';
/**
 * Global setup plugin to run before all others.
 * This might be useful to patch/fix some stuff on the GrapesJS side.
 */
export default function setupPlugin(editor: Editor, opts: SdkPluginCommonOptions): void;
