import type { TypeMetadataFormat } from './sd-jwt-vc-type-metadata-format'; export type VcTFetcher = ( uri: string, integrity?: string, ) => Promise;