module.exports = {
  ExponentKernel: {
    getSessionAsync: { type: 'function', functionType: 'async' },
    removeSessionAsync: { type: 'function', functionType: 'async' },
    setSessionAsync: { type: 'function', functionType: 'async' },
  },
};