export interface ExactParameterEvaluationStrategy {
    /** The exact string value that the parameter must match. */
    expectedValue: string;
}
