import type { TypeDefinitionNode } from "graphql"; export declare function isRootType(definition: TypeDefinitionNode): boolean; //# sourceMappingURL=is-root-type.d.ts.map