import type { Graph } from '../../core';

export interface Cache extends Graph {
  curie: 'fx:cache';
}
