import * as express from 'express'; export declare function serve(config: { port: number; path?: string; }): Promise; export declare function apply(app: express.Application, config: { path?: string; }): void;