export declare const fields: [[{
    readonly field: "headerFormat";
    readonly description: "Expected copyright and license header";
    readonly default: "";
    readonly fieldType: "TEXT";
}, {
    readonly field: "isRegularExpression";
    readonly description: "Whether the headerFormat is a regular expression";
    readonly default: false;
}]];
