/** * Given a file path, create the target folder if does not exists */ export declare function createFolderIfNotExists(target: string): Promise;