interface IPrlintConfigMessages {
    addScriptsPrompt: string;
    addScriptsPromptError: string;
    branchLintMissingBehaviorPrompt: string;
    branchLintMissingBehaviorPromptError: string;
    configurationCompleted: string;
    configurationCreated: string;
    configurationFilesLabel: string;
    confirmSetup: string;
    deleteFilesQuestion: string;
    existingFilesAborted: string;
    existingFilesDetected: string;
    failedConfirmation: string;
    failedSetupConfiguration: string;
    failedSetupError: string;
    forbiddenPlaceholdersPrompt: string;
    forbiddenPlaceholdersPromptError: string;
    generatedScriptsLabel: string;
    githubBaseBranchPrompt: string;
    githubBaseBranchPromptError: string;
    githubDraftPrompt: string;
    githubDraftPromptError: string;
    githubProhibitedBranchesPrompt: string;
    githubProhibitedBranchesPromptError: string;
    lintRequiredSectionsPrompt: string;
    lintRequiredSectionsPromptError: string;
    lintTitlePatternPrompt: string;
    lintTitlePatternPromptError: string;
    modelPrompt: string;
    modelPromptError: string;
    providerPrompt: string;
    providerPromptError: string;
    retriesPrompt: string;
    retriesPromptError: 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;
    validationRetriesPrompt: string;
    validationRetriesPromptError: string;
}
export declare const PRLINT_CONFIG_MESSAGES: IPrlintConfigMessages;
export {};
//# sourceMappingURL=messages.constant.d.ts.map