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