export interface MockTableNames { chat?: string; message?: string; toolCall?: string; request?: string; } export interface MockTableNames { chat?: string; message?: string; toolCall?: string; request?: string; } export interface MockTableNames { chat?: string; message?: string; toolCall?: string; request?: string; } /** * Creates an in-memory mock of Prisma specifically tailored for the NodeLLM ORM schema. * Supports configurable table names, defaulting to NodeLLM standard conventions. */ export declare function createPrismaMock(tableNames?: MockTableNames): any; //# sourceMappingURL=PrismaMocker.d.ts.map