import { RenderContext } from '../common/RenderContext';
import { GraphQLInterfaceType } from 'graphql';
export declare function interfaceType(type: GraphQLInterfaceType, ctx: RenderContext): void;
