import { UserProfile } from '../../../..'; import { WalletOption } from '../../../shared'; export declare const useSetWalletConnectorVerifiedCredentials: (user: UserProfile | undefined, walletOptions: WalletOption[] | undefined) => void;