import type { GraphQLError } from 'graphql/error';
import type { ServiceDefinition } from '@theguild/federation-composition';
export declare class FatalCompositionError extends Error {
    constructor(message: string);
}
export declare function validateSupergraphSdl(supergraphSdl: string, subgraphs: ServiceDefinition[]): GraphQLError[];
