import type { Action, Link, Graph } from './types.js'; import type { Hash } from 'util/index.js'; export declare const getLink: (graph: Graph, hash: Hash) => Link; //# sourceMappingURL=getLink.d.ts.map