export interface ICredentialConnectionStatusProvider { findConnectedCredentialIds(userId: string, credentialIds: string[]): Promise>; }