import { DocumentNode, GraphQLSchema } from 'graphql';
import { ParsedFeatureURL } from './core';
export declare const supportedFeatures: ParsedFeatureURL[];
export declare function buildComposedSchema(document: DocumentNode): GraphQLSchema;
//# sourceMappingURL=buildComposedSchema.d.ts.map