import { Context, ContextValues } from '../types/graph'; export default function getContextValues(context: Context): ContextValues;