import { IBaseConversionStrategy } from "../../unit_conversion/strategies/base_conversion_strategy"; /** Implementation of which converts L to gallons (Imperial). */ export interface ILitersToGallonsImperialConversionStrategy extends IBaseConversionStrategy { } //# sourceMappingURL=liters_to_gallons_imperial_conversion_strategy.d.ts.map