import { TierRate } from '../../interfaces'; export declare class SingleTierTax { tax: number; constructor(tiers: TierRate[], amount: number); }