/** * このIDはdatadogなどのログ収集サービスと紐づけるためのものであり、厳密なランダム性は求めない。 */ declare const getRandomId: () => string; export { getRandomId };