'use strict';

const internals = {};


module.exports = {
    settingsCache: Symbol('settingsCache')
};