/** * Random Values in hex which will be XOR'd together to produce * TestHashValuesXOR */ export declare const TestHashValues: string[]; /** * The result of XORing all the values of TestHashValues */ export declare const TestHashValuesXOR = "3819BCCE11FF17A70475E7683CE0ADD80525F27134EBDDD880B4208EFECDB771";