export declare const fields: [[{
    readonly field: "considerJSDoc";
    readonly description: "Consider only functions with @constructor tag as constructor functions";
    readonly default: false;
}]];
