import { Scenario } from '../types'; export { getContextFromScenarios }; declare function getContextFromScenarios(scenarios: Scenario[]): Record;