import { DynamicJwt } from '@dynamic-labs/sdk-api-core'; import { UserProfile } from '@dynamic-labs/types'; export declare const createUserProfile: (decodedJwt: DynamicJwt) => UserProfile;