import type { Increase } from './Increase'; import type { TaxBasis } from './TaxBasis'; export declare type TargetOptions = { target: number; taxBasis: TaxBasis; increase?: Increase; };