1module.exports = {
2  ExponentKernel: {
3    getSessionAsync: { type: 'function', functionType: 'async' },
4    removeSessionAsync: { type: 'function', functionType: 'async' },
5    setSessionAsync: { type: 'function', functionType: 'async' },
6  },
7  DevLoadingView: {
8    getConstants: { type: 'function' },
9    addListener: { type: 'function', functionType: 'async' },
10    removeListeners: { type: 'function', functionType: 'async' },
11  },
12};
13