import { Express } from 'express';
import { CosmosPluginConfig } from 'react-cosmos-core';
import { CosmosConfig } from '../cosmosConfig/types.js';
import { CosmosPlatform } from '../cosmosPlugin/types.js';
export declare function createExpressApp(platform: CosmosPlatform, config: CosmosConfig, pluginConfigs: CosmosPluginConfig[]): Promise<Express>;
