export declare const startServer: (path: string, port: number) => import("express-serve-static-core").Express;
