import { ServiceDefinition } from './types'; export declare function composeAndValidate(serviceList: ServiceDefinition[]): { schema: import("graphql").GraphQLSchema; warnings: never[]; errors: import("graphql").GraphQLError[]; composedSdl: string; }; //# sourceMappingURL=composeAndValidate.d.ts.map