import type { EventHandler } from 'h3';
export declare function createProceduresHandler(procedures: Record<string, EventHandler>): EventHandler;
