import { AllTypes, TypeExtension } from 'graphql-js-tree'; export declare const ResolveExtension: (t: AllTypes) => TypeExtension; export declare const isExtensionNode: (t: AllTypes) => boolean;