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

export interface Capture extends Graph {
  curie: 'fx:capture';
}
