import { GraphQLScalarType } from 'graphql'; export declare const specifiedScalarTypes: Array; export default function isSpecifiedScalarType(type: any): boolean;