import type { Hash } from 'util/index.js'; import type { Graph } from './types.js'; export declare const getEncryptedLinks: (graph: Graph, hashes: Hash[]) => { [k: string]: import("./types.js").EncryptedLink; }; export declare const getEncryptedLink: (graph: Graph, hash: Hash) => import("./types.js").EncryptedLink; //# sourceMappingURL=getEncryptedLinks.d.ts.map