export { compose, createContext, handleServerRoute, runMiddlewareChain } from '@octanejs/app-core'; export function is_rpc_request(pathname: string): boolean; export type { Context, Middleware, NextFunction, RouteHandler } from '@octanejs/app-core';