import { HookMap } from './Hooks/Hooks.js'; export type Plugin = () => HookMap; export declare const mergePlugins: (plugins: Plugin[]) => HookMap;