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