export declare const fields: [[{
    readonly field: "maximumNestingLevel";
    readonly description: "Maximum allowed \"if/for/while/switch/try\" statements nesting depth";
    readonly default: 3;
}]];
