import express from 'express';
/**
 * Creates the base express application with shared middleware.
 *
 * @private internal utility of `startRemoteServer`
 */
export declare function createRemoteServerExpressApp(): express.Express;
