import { GraphQLScalarType } from 'graphql'; export declare type Scalars = Record; export declare const builtinScalars: { readonly DateTime: GraphQLScalarType; readonly Json: GraphQLScalarType; }; //# sourceMappingURL=index.d.ts.map