import { ASTVisitor, DocumentNode, GraphQLError } from "graphql";
export declare function UniqueDirectivesPerLocationRule(context: {
    reportError: (error: GraphQLError) => void;
    getDocument(): DocumentNode;
}): ASTVisitor;
//# sourceMappingURL=unique-directives-per-location-rule.d.ts.map