import { Type, Interface, Union } from 'graphql-codegen-core'; import { GraphQLObjectType } from 'graphql'; export declare const getParentType: (convert: any) => (type: Type | import("graphql").GraphQLScalarType | GraphQLObjectType | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLInputObjectType, options: Handlebars.HelperOptions) => string; export declare function getParentTypes(convert: any): (entity: Interface | Union, options: Handlebars.HelperOptions) => string;