export type StrykerConfig = {
    testRunner?: string;
    checkers?: string[];
    plugins?: string[];
};
