export declare const SUPPORTED_CONFIG_FILE_NAMES: readonly string[];
export declare const DEFAULT_CONFIG_FILE_NAMES: Readonly<{
    readonly JSON: "stryker.config.json";
    readonly JAVASCRIPT: "stryker.config.mjs";
}>;
//# sourceMappingURL=config-file-formats.d.ts.map