/**
 * 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.
 */
export declare const createFileStructure: (parentFolderName: string) => Promise<void>;
