import { KeyValue, GQLType } from ".."; export declare class TypeResolver { static resolve(obj: KeyValue, types: GQLType[]): any; }