import { MochaOptions } from '../src-generated/mocha-runner-options.js';
export declare function serializeMochaLoadOptionsArguments(mochaOptions: MochaOptions): string[];
/**
 * Filter out those config values that are actually useful to run mocha with Stryker
 * @param rawConfig The raw parsed mocha configuration
 */
export declare function filterConfig(rawConfig: Record<string, any>): Partial<MochaOptions>;
//# sourceMappingURL=utils.d.ts.map