/**
* This is a tree-shakable version of https://github.com/graphql/graphql-js/blob/16.x.x/src/language/kinds.ts
*/importtype { KindasGraphQLKind } from'graphql';
export * asKindfrom'./kinds.js';
exporttypeKind = GraphQLKind;
//# sourceMappingURL=kind.d.ts.map