/*** * Enumerator class for statistical test results. */ export declare enum StatisticalTestResultType { FAILED_TO_REJECT = 0, REJECT = 1 }