declare const start: (mainProjectPath: string, devServerInternalPath: string, additionalFolders: string[]) => Promise<void>;
export default start;
