import { GraphNode, GraphOperation, OperationHandler } from '../types/graph'; export default function getOperationHandler(node: GraphNode, operation: GraphOperation): OperationHandler | undefined;