import $be from 'base-elem-js';
import type { PluginBaseClass } from '../types';
import type { CashStatic } from 'cash-dom';
type Be = typeof $be;
type LibType = Be | CashStatic | JQueryStatic;
declare const libraryExtend: <T extends PluginBaseClass>(Plugins: T | T[], Library?: LibType, notify?: boolean) => void;
export default libraryExtend;
