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