interface ICommitlintConfigMessages {
    branchLintMissingBehaviorPrompt: string;
    branchLintMissingBehaviorPromptError: string;
    commitCommandPrompt: string;
    commitCommandPromptError: string;
    commitizenDescription: string;
    commitizenPath: string;
    configurationCompleted: string;
    configurationCreated: string;
    configurationFilesLabel: string;
    confirmSetup: string;
    deleteFilesQuestion: string;
    existingFilesAborted: string;
    existingFilesDetected: string;
    failedConfirmation: string;
    failedSetupConfiguration: string;
    failedSetupError: string;
    generatedScriptsLabel: string;
    huskyGitHooksInfo: string;
    maxRetriesPrompt: string;
    maxRetriesPromptError: string;
    modelPrompt: string;
    modelPromptError: string;
    modePrompt: string;
    modePromptError: string;
    providerPrompt: string;
    providerPromptError: string;
    settingUpSpinner: string;
    setupCompleteTitle: string;
    ticketEnabledPrompt: string;
    ticketEnabledPromptError: string;
    ticketNormalizationPrompt: string;
    ticketNormalizationPromptError: string;
    ticketPatternFlagsPrompt: string;
    ticketPatternFlagsPromptError: string;
    ticketPatternPrompt: string;
    ticketPatternPromptError: string;
    ticketSourcePrompt: string;
    ticketSourcePromptError: string;
    validationMaxRetriesPrompt: string;
    validationMaxRetriesPromptError: string;
}
export declare const COMMITLINT_CONFIG_MESSAGES: ICommitlintConfigMessages;
export {};
//# sourceMappingURL=messages.constant.d.ts.map