export async function resolveSupplementaryConfig(_: {
  graph: PresetGraph;
  context: ResolvedPresetContext<'variable'>;
}): Promise<Record<string, Config>> {
  const { graph, context } = _;