import type { IIriResource } from "./i_iri_resource.js"; export interface IMatcher extends IIriResource { readonly agent: string[]; readonly client: string[]; readonly issuer: string[]; readonly vc: string[]; } //# sourceMappingURL=i_matcher.d.ts.map