import express from 'express'; export declare function createApp(webDir: string, pkg: { version: string; }, startedAt: Date): express.Express;