import type { Evaluator } from "../../types/experiments";
/**
 * A function that normalizes evaluators to be runnable by experiments. This is a best effort to support a variety of evaluator types.
 */
export declare function getExperimentEvaluators(evaluators: unknown[]): Evaluator[];
//# sourceMappingURL=getExperimentEvaluators.d.ts.map