import { UserProfile } from '../../../..'; export declare const hasEmbeddedWallet: (user: UserProfile | undefined, walletNameFilter?: string) => boolean;