import { GraphQLInputObjectType } from 'graphql'; declare type Getter = () => Result; export declare const inputObjectTypeRegistry: WeakMap>; export interface TypeConfig { name: string; description: string; isNonNull?: boolean; } export {};