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