export declare const InjectPrismaService: (service: any, contextName?: any) => any, InjectPrismaFeatures: (contextName?: string) => any, InjectAllPrismaFeatures: () => any, InjectPrismaFeatureEnvironments: (contextName?: string) => any, InjectAllPrismaFeatureEnvironments: () => any, InjectAllPrismaModuleSettings: () => any, InjectPrismaModuleSettings: (contextName?: string) => any;
export declare const getPrismaServiceToken: (targetName: any, contextName?: string) => string;
export declare const PRISMA_CLIENT = "PrismaClient";
export declare const InjectPrismaClient: (contextName?: string) => any;
export declare const getPrismaClientToken: (contextName?: string) => string;
