import type { AiScenarioLabel } from './ai-scenario-label.js';
/**
 * Arbitrary labels as meta information
 */
export type AiScenarioLabelList = AiScenarioLabel[];
//# sourceMappingURL=ai-scenario-label-list.d.ts.map