import type { AnyElysia } from '../..';
import type { InternalRoute } from '../../types';
export declare const createBunRouteHandler: (app: AnyElysia, route: InternalRoute) => any;
