/**
 * @fileoverview Base functionality for review strategies.
 *
 * This module serves as the main entry point for the base strategy functionality,
 * providing a unified interface for strategy implementation.
 */
export * from './abstractStrategy';
