import { BasedServer } from '../../server.js'; import { HttpSession, Context, BasedRouteComplete } from '@based/functions'; export declare const handleRequest: (server: BasedServer, method: string, ctx: Context, route: BasedRouteComplete, ready: (payload?: any) => void) => void;