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