import { UserProfile } from '@dynamic-labs/types'; export declare const isAuthenticatedWithAWallet: (user: UserProfile) => boolean;