/**
* Creates the folder structure specified in config.json
* Also creates a SASjs configuration file, named 'sasjsconfig.json'.
* @param {string} parentFolderName- the name of the project folder.
*/exportdeclareconstcreateFileStructure: (parentFolderName: string) =>Promise<void>;