import { FieldType } from "graphql-js-tree"; export declare const changeTypeName: (field: FieldType, newName: string) => FieldType;