/**
 * Close the current Mango session - mainly for testing or short script purposes.
 * @author Benedikt Arnarsson
 */
declare const closeMango: () => Promise<void>;
export default closeMango;
