export interface Source { displayName: string; getPublicKeyJwk(keyId: string): unknown; getTnlJwt(version?: number): unknown; }