import { type Handler, type Plugin } from '../../types'; export declare function createHandler(plugins: Plugin[], extendedHandler?: HI): HO;