interface DAG { get(cid: string): any; } interface IPFS { dag: DAG; } export declare type LegacyResolverResult = { publicKeys: Record; keyDid: string; }; export declare function LegacyResolver(didId: string, ipfs?: IPFS): Promise; export {}; //# sourceMappingURL=legacyResolver.d.ts.map