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