export declare function init(): Promise; /** * Creates a SASjs configuration file. * Its name will be of the form 'sasjsconfig.json' * @param {string} parentFolderName- the name of the project folder. */ export declare const createConfigFile: (parentFolderName: string) => Promise;