import { ByIdUserProfileArgs, UserProfileTypeBE } from '../../../type/user'; export declare const byIdUserProfile: ({ prisma, where, include, }: ByIdUserProfileArgs) => Promise;