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