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