export interface Resolver { resolveDidToHandle(did: string): Promise resolveDidsToHandles(dids: string[]): Promise> }