export default function userProfile(): Promise<{
    email: string;
} & {
    fullName?: string | undefined;
}>;
//# sourceMappingURL=userProfile.d.ts.map