import { ServiceContext, ServiceJSON } from '../typings'; export declare const whoAmIHandler: ({ events, routes, }: ServiceJSON) => (ctx: ServiceContext) => void; export declare const healthcheckHandler: ({ events, routes, }: ServiceJSON) => (ctx: ServiceContext) => void; export declare const metricsLoggerHandler: (ctx: ServiceContext) => void;