import type * as DMMF from '@prisma/dmmf'; export declare const needNamespace: { Json: string; Decimal: string; Bytes: string; }; export declare function needsNamespace(field: DMMF.Field): boolean; export declare const GraphQLScalarToJSTypeTable: { String: string; Int: string; Float: string; Boolean: string; Long: string; DateTime: string[]; ID: string; UUID: string; Json: string; Bytes: string; Decimal: string[]; BigInt: string[]; }; export declare const JSOutputTypeToInputType: { JsonValue: string; }; export declare const JSTypeToGraphQLType: { string: string; boolean: string; object: string; symbol: string; };