/** * Loads the project version + files from the server and writes them to local project dir */ declare function loadProjectVersion(projectRoot: string, bundle: string): Promise; export default loadProjectVersion;