export declare type DistanceDonation = { runner: string; amountPerDistance: number; id: number; donor: string; };