import { Prisma } from '@prisma/client';
export declare const unselectPassword: Record<keyof Omit<Prisma.UserSelect, '_count' | 'Comment' | 'Session' | 'Subscription' | 'Invoice' | 'CommentRating' | 'PollVote' | 'userImage' | 'mailSent' | 'UserConsent' | 'mailSent'>, boolean>;
