import type { HandlerType } from '../router/types.js'; /** * Defines an HTTP handler — the entry point for every route. */ export declare function defineHandler(fn: HandlerType): HandlerType; //# sourceMappingURL=define-handler.d.ts.map