/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
/**
 * Indicates if debugging is enabled
 * @internal
 */
export declare const IS_DEBUG: boolean;
