import { COLUMN_TYPE, NOTICE_TYPE } from './types.js';
export declare const COLUMN_TYPE_DEFAULT_PRESENCE_AND_ORDERING: {
    [key in COLUMN_TYPE]: boolean;
};
export declare const NOTICE_TYPE_DEFAULT_PRESENCE_AND_ORDERING: {
    [key in NOTICE_TYPE]: boolean;
};
export declare const OPTION_DEFAULTS: {
    check: boolean;
    configEmoji: never[];
    configFormat: "name";
    ignoreConfig: never[];
    ignoreDeprecatedRules: boolean;
    initRuleDocs: boolean;
    pathRuleDoc: string;
    pathRuleList: string[];
    postprocess: (content: string) => string;
    ruleDocNotices: string[];
    ruleDocSectionExclude: never[];
    ruleDocSectionInclude: never[];
    ruleDocSectionOptions: boolean;
    ruleDocTitleFormat: "desc-parens-prefix-name";
    ruleListColumns: string[];
    ruleListSplit: never[];
    urlConfigs: undefined;
    urlRuleDoc: undefined;
};
