/** * Jest configuration utilities for @grafana/llm * * This module exports the additional ES modules that need to be transformed * when using @grafana/llm in Jest tests. */ /** * List of ES modules used by @grafana/llm that need to be transformed by Jest. * Add these to your Jest transformIgnorePatterns configuration. */ declare const grafanaLLMESModules: string[]; export { grafanaLLMESModules };