import type { RequestWithContext, ServicesContext } from '../lib/types.mjs'; export declare const initServices: () => import("hono").MiddlewareHandler<{ Variables: RequestWithContext & ServicesContext; }, string, {}>;