export declare type IncomeReport = {
    /** year of the report */
    year: number;
    /** url to download the income report pdf */
    url: string;
};
