export class EnterpriseKeyCredentialRegistrationInfo { keyId: String; keyName: String; subject: String; tenantId: String; tenantName: String; constructor(); } export class EnterpriseKeyCredentialRegistrationManager { static current: EnterpriseKeyCredentialRegistrationManager; constructor(); getRegistrationsAsync(callback: (error: Error, result: Object) => void): void ; } export const EnterpriseKeyCredentialRegistrationInfo: any; export const EnterpriseKeyCredentialRegistrationManager: any; export * as core from "./security.authentication.identity.core.js"; export * as provider from "./security.authentication.identity.provider.js";