import { IntegrationTestConfig } from './integration/types';
export interface TestSuiteConfig {
    projectIntegration?: IntegrationTestConfig;
}
