import * as cz_git from 'cz-git';

declare const _default: {
    prompt: {
        alias: {
            fd: string;
            uv: string;
        };
        messages: {
            type: string;
            scope: string;
            subject: string;
            body: string;
            breaking: string;
            footerPrefixesSelect: string;
            customFooterPrefix: string;
            footer: string;
            generatingByAI: string;
            generatedSelectByAI: string;
            confirmCommit: string;
        };
        typesSearchValue: false;
        types: cz_git.TypesOption[];
        useEmoji: true;
        emojiAlign: "left";
        themeColorCode: string;
        scopes: never[];
        allowBreakingChanges: string[];
        issuePrefixes: {
            value: string;
            name: string;
        }[];
        formatMessageCB(messageMod: cz_git.CommitMessageOptions): string;
    };
};

export { _default as default };
