export type WebdriverIOConfig = { config: { framework?: string; runner?: string; reporters?: string[]; }; };