import { GraphQLSchema } from 'graphql';
export declare function getImplementingTypes(interfaceName: string, schema: GraphQLSchema): string[];
