import { FeaturedPsychicProfilesReturn, ListFeaturedPsychicProfilesArgs } from '../type/psychic'; export declare const listFeaturedPsychicProfiles: ({ include, orderBy, prisma, where, }: ListFeaturedPsychicProfilesArgs) => Promise;