import { SupergraphValidationContext } from "./../validation-context.js";
export type GraphTypeValidationContext = {
    graphName: string;
    isInterfaceObject: boolean;
};
export declare function TypesOfTheSameKindRule(context: SupergraphValidationContext): void;
//# sourceMappingURL=types-of-the-same-kind-rule.d.ts.map