import type { Services } from '../typings'; declare function routes(services: Services): Promise; export default routes;