import { GqlTypeReference } from '../../interfaces';
export declare class CannotDetermineInputTypeError extends Error {
    constructor(hostType: string, typeRef?: GqlTypeReference);
}
//# sourceMappingURL=cannot-determine-input-type.error.d.ts.map