import { PrismaClientLike } from './custom-prisma-options'; export declare class CustomPrismaService { client: Client; constructor(client: Client); }