// Copyright © 1991-2024 Unicode, Inc.
// For terms of use, see http://www.unicode.org/copyright.html
// SPDX-License-Identifier: Unicode-3.0

import type { TestMessage } from './test-core.json';

declare const data: Record<string, TestMessage[]>;
export default data;
