import { type GraphQLNamedType } from 'graphql';
export declare const isNativeNamedType: (namedType: GraphQLNamedType) => boolean;
