xref: /aosp_15_r20/external/cldr/common/testData/messageFormat/test-functions.json.d.ts (revision 912701f9769bb47905792267661f0baf2b85bed5)
1// Copyright © 1991-2024 Unicode, Inc.
2// For terms of use, see http://www.unicode.org/copyright.html
3// SPDX-License-Identifier: Unicode-3.0
4
5import type { TestMessage } from './test-core.json';
6
7declare const data: Record<string, TestMessage[]>;
8export default data;
9