import { LimitationOnBenefit } from '@taxbit/utilities'; export declare const getTreatyCountryLimitationOnBenefitOptions: (country?: string) => { value: LimitationOnBenefit; }[]; export declare const getTreatyCountryLimitationOnBenefitOtherArticleParagraphOptions: (country?: string) => { value: string; label: string; }[];