import { TestkitConfigFile } from './Testkit.types'; export interface ResolvedTestkitFile extends Omit { path: string; }