import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface UserPersonal { fullName: string; avatarUri?: string; } export declare const UserPersonalSchema: ObjectSchema;