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