"use strict"; const TUIKit_tuiCustomerServicePlugin_server = require("../../../tui-customer-service-plugin/server.js"); const TUICustomerServer = TUIKit_tuiCustomerServicePlugin_server.TUICustomerServer.getInstance(); const isCustomerServicePluginMessage = TUICustomerServer.isCustomerServicePluginMessage.bind(TUICustomerServer); TUICustomerServer.setCustomerServiceAccounts.bind(TUICustomerServer); TUICustomerServer.getCustomerServiceAccounts.bind(TUICustomerServer); exports.isCustomerServicePluginMessage = isCustomerServicePluginMessage; //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/TUIKit/plugins/plugin-components/message-customer/index.js.map