import { ByIdPsychicProfileArgs, PsychicProfileTypeBE } from '../../../type/psychic'; export declare const byIdPsychicProfile: ({ include, prisma, where, }: ByIdPsychicProfileArgs) => Promise;