/**
 * @copyright   2022, Bian Pratama
 * @license     https://opensource.org/licenses/MIT
 */
declare const _default: {
    parserPreset: string;
    rules: {
        'body-leading-blank': (string | number)[];
        'body-max-line-length': number[];
        'footer-leading-blank': (string | number)[];
        'footer-max-line-length': number[];
        'header-max-length': number[];
        'subject-case': (string | number | string[])[];
        'subject-empty': (string | number)[];
        'subject-full-stop': (string | number)[];
        'type-case': (string | number)[];
        'type-empty': (string | number)[];
        'type-enum': (string | number | string[])[];
        'scope-enum': (string | number | string[])[];
        'scope-empty': (string | number)[];
    };
    prompt: {
        settings: {
            enableMultipleScopes: boolean;
            scopeEnumSeparator: string;
        };
        questions: {
            type: {
                description: string;
                enum: Record<string, any>;
            };
            scope: {
                description: string;
            };
            subject: {
                description: string;
            };
            body: {
                description: string;
            };
        };
        isBreaking: {
            description: string;
        };
        breakingBody: {
            description: string;
        };
        breaking: {
            description: string;
        };
        isIssueAffected: {
            description: string;
        };
        issuesBody: {
            description: string;
        };
        issues: {
            description: string;
        };
    };
};
export default _default;
