import { type Handler, type HandlerPlugin, type Plugin } from '../../types'; export declare function activatePlugins(plugins: Plugin[], handlerPlugins: HandlerPlugin[], handler: Handler): void;