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