/*! * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /** * These properties are added to the environment under the common name of the attentionsystem extension. */ export interface AttentionSystemEnvironment { version: string; }