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