import { GraphQLInterfaceType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; export declare const interfaceType: (type: GraphQLInterfaceType, ctx: RenderContext) => void; //# sourceMappingURL=interfaceType.d.ts.map