import { ContentHash } from '@justaname.id/sdk'; export declare const filterUpdatedContentHash: (oldHash: ContentHash | null | undefined, updatedHash: ContentHash[]) => { protocolType: string; decoded: string; } | undefined; //# sourceMappingURL=index.d.ts.map