export interface CypressConfig {
    reporter: string;
    reporterOptions?: {
        configFile?: string;
    };
}
