export declare type RunnerTeam = { parentGroup: string; id: number; name: string; contact?: any; distance: number; distanceDonationAmount: number; };