import express from 'express';
export default function createApp(): Promise<express.Application>;
