/** * Copyright 2025 © BeeAI a Series of LF Projects, LLC * SPDX-License-Identifier: Apache-2.0 */ declare function findUniqueKey(baseKey: string, map: Map): string; export { findUniqueKey };