import type { GraphQLScalarType } from 'graphql'; import type { SchemaTypes } from '../types'; import { ScalarRef } from './scalar'; export declare class BuiltinScalarRef extends ScalarRef { type: GraphQLScalarType; constructor(type: GraphQLScalarType); } //# sourceMappingURL=builtin-scalar.d.ts.map