/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** * Centralized JSON-RPC channel helpers. All host-facing calls in this package * should go through this folder so the channel surface stays auditable. */ export { getAppConnections } from './getAppConnections'; export { sendHttpRequest } from './sendHttpRequest'; export { trackEvent } from './trackEvent'; //# sourceMappingURL=index.d.ts.map