export declare const fields: [[{
    readonly field: "threshold";
    readonly description: "Maximum depth of allowed nested functions.";
    readonly default: 4;
    readonly displayName: "max";
}]];
