import { GraphQLInputType, GraphQLObjectType } from 'graphql'; declare type Getter = () => Result; export declare const objectTypeRegistry: WeakMap>>; export declare const inputTypeRegistry: WeakMap>; export interface TypeConfig { name: string; description: string; isNonNull?: boolean; } export {};