export interface IContext { readonly target: string; readonly agent?: string; readonly issuer?: string; readonly client?: string; readonly creator?: string[]; readonly owner?: string[]; readonly vc?: string[]; } //# sourceMappingURL=i_context.d.ts.map