/**
 * Copyright IBM Corp. 2023, 2025
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
export declare const levels: readonly ["one", "two", "three"];
export declare const LayerLevels: readonly [0, 1, 2];
export declare const MIN_LEVEL: 0;
export declare const MAX_LEVEL: 0 | 1 | 2;
export type LayerLevel = (typeof LayerLevels)[number];
