1*912701f9SAndroid Build Coastguard Worker// Copyright © 1991-2024 Unicode, Inc. 2*912701f9SAndroid Build Coastguard Worker// For terms of use, see http://www.unicode.org/copyright.html 3*912701f9SAndroid Build Coastguard Worker// SPDX-License-Identifier: Unicode-3.0 4*912701f9SAndroid Build Coastguard Worker 5*912701f9SAndroid Build Coastguard Workerimport type { TestMessage } from './test-core.json'; 6*912701f9SAndroid Build Coastguard Worker 7*912701f9SAndroid Build Coastguard Workerdeclare const data: Record<string, TestMessage[]>; 8*912701f9SAndroid Build Coastguard Workerexport default data; 9