import express from 'express';
import { Services } from 'src/dpr/types/Services';
export default function createApp(services: Services): express.Application;
