/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** * Version of the App SDK package (`@microsoft/managed-apps`), injected from * `package.json` at build time. This is the version the *customer app* bundled, * which is what makes it worth reporting: it is independent of the * managed-host deploy version that stamps the gateway-served loader, SW, and * bridge assets. * * Sent as the SDK channel's `componentVersion` on the handshake (see * `internal/sdkChannel.ts`), so the host can surface it for diagnostics. */ export declare const APP_SDK_VERSION: string; //# sourceMappingURL=version.d.ts.map