export declare const REQUIREMENT_SET: {
    readonly TEST_ALL: "REQUIREMENTSET_TEST_ALL";
    readonly TEST_ANY: "REQUIREMENTSET_TEST_ANY";
};
