declare const launchApi: () => Promise<import("express-serve-static-core").Express>;
export { launchApi };
