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