import { BenchmarkDataset, BenchmarkPrompt } from './types'; export declare const BENCHMARK_DATASET: BenchmarkDataset; /** Return prompts filtered by language codes */ export declare function getPromptsForLangs(langs: string[]): BenchmarkPrompt[]; /** All supported language codes in the built-in dataset */ export declare const SUPPORTED_LANGS: string[]; //# sourceMappingURL=dataset.d.ts.map