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