export declare type ResponseDistanceDonation = { runner: any; amountPerDistance: number; id: number; donor: string; amount: number; };