import { GraphQLNamedType } from 'graphql';
import { RenderContext } from '../common/RenderContext';
export declare function getTypeMappedAlias(type: GraphQLNamedType, ctx: RenderContext): string;
