import type { SchemaTypes } from '@pothos/core'; import { PrismaObjectRef } from './object-ref'; import type { PrismaModelTypes } from './types'; export declare class PrismaNodeRef extends PrismaObjectRef { } //# sourceMappingURL=node-ref.d.ts.map