/** * @hidden * Module to request message ports from the host application. * * @beta * * @internal * Limited to Microsoft-internal use * * @module */ import * as dataLayer from './dataLayer'; import * as telemetry from './telemetry'; /** * @hidden * * @beta * * Checks if the messageChannels capability is supported by the host * @returns boolean to represent whether the messageChannels capability is supported * * @throws Error if {@linkcode app.initialize} has not successfully completed * * @internal * Limited to Microsoft-internal use */ export declare function isSupported(): boolean; export { dataLayer, telemetry };