import { HttpRoute, ServiceContext } from '../typings'; export declare const routerFromPublicHttpHandlers: (routes: Record) => (ctx: ServiceContext, next: () => Promise) => Promise;