export declare const MetricExpectationTypes: readonly ["RANGE", "MIN", "MAX"]; export type MetricExpectationType = typeof MetricExpectationTypes[number];