import type { GroupContact } from './GroupContact'; import type { RunnerOrganisation } from './RunnerOrganisation'; export declare type ResponseRunnerTeam = { parentGroup: RunnerOrganisation; id: number; name: string; contact?: GroupContact; };