import { PricingRow } from './pricingRow';
export declare class PricingStrategy {
    pricingRows: PricingRow[];
}
