import { Express, AppConfig } from './interfaces'; export declare const expressApp: (config: AppConfig) => Express;