/** * Generate and write a demo environment file * this is used to pass filesystem information to the client, * e.g. the list of directories under `elements/` * @param [cwd=process.cwd()] cwd */ export declare function makeDemoEnv(cwd?: string): Promise;