import { Router } from 'express'; /** * Factory builds an express router for the `hello` service - * result should usually be treated as a singleton. * * @return promise that resolves to a router */ export declare function expressRouter(): Promise;