import { InternalEnhancementOptions } from './create-enhancement'; /** * Gets an enhanced Prisma client that supports `@password` attribute. * * @private */ export declare function withPassword(prisma: DbClient, options: InternalEnhancementOptions): DbClient;