import { ExternalWalletType } from '../common/models'; import { UalProviderAttributes } from '../ual/models'; export declare const ualProviderAttributesData: UalProviderAttributes[]; /** Get provider-specific settings and metadata */ export declare function getUalProviderAttributes(walletType: ExternalWalletType): UalProviderAttributes; /** Get provider-specific settings and metadata by the UAL provider name */ export declare function getUalProviderAttributesByUalName(walletType: string): UalProviderAttributes; export declare const supportedUALProviders: ExternalWalletType[];