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