/** * Create a folder at the specified destination path. * @param {String} destinationPath the destination path */ export declare const createFolder: (destinationPath: string) => Promise;