import { GenericPlugin } from "wavesurfer.js/dist/base-plugin";
import { PluginType } from "../types";
export default function createPlugin<GPlug extends GenericPlugin>(pluginObj: PluginType<GPlug>): GPlug;
