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