export declare class YearTarget {
    id: number;
    targetChartId: number;
    year: number;
    target: number;
}
