import { IPasskeyWalletConnector } from '@dynamic-labs/wallet-connector-core'; import { UserProfile } from '@dynamic-labs/types'; export declare const addPasskeyIdentifierToWalletConnector: (walletConnector: IPasskeyWalletConnector, user: UserProfile) => void;