import type { Action, Graph, Link } from 'graph/types.js'; import { type Hash } from 'util/index.js'; /** * Returns the hashes of the children of the link with the given hash. */ export declare const getChildrenHashes: (graph: Graph, hash: Hash) => Hash[]; export declare const getChildren: (graph: Graph, link: Link) => Array>; //# sourceMappingURL=children.d.ts.map