import { DevServerPluginArgs } from '../devServer/startDevServer';
export declare function openFile({ cosmosConfig, expressApp }: DevServerPluginArgs): void;
