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