export type Magerun2Capability = { available: boolean; executable?: string; diagnostic?: string; }; export type Magerun2Result = { output: string; exitCode: number; truncated: boolean; };