import { Plugin } from "../../types/Plugin";
/**
 * Internal custom hook to handle plugins.
 */
export declare const usePluginsInternal: (plugins: Array<Plugin> | undefined) => void;
//# sourceMappingURL=usePluginsInternal.d.ts.map