export declare const fields: [[{
    readonly field: "threshold";
    readonly description: "Number of times a literal must be duplicated to trigger an issue.";
    readonly default: 3;
}, {
    readonly field: "ignoreStrings";
    readonly description: "Comma-separated list of strings that must be ignored.";
    readonly default: "application/json";
}]];
