import type { UserAccount } from '@openfort/openfort-js'; export declare const getProviderName: (provider: UserAccount["provider"]) => string;