import { PromptName } from '@commitlint/types';
import { Answers, DistinctQuestion } from 'inquirer';
import Question, { QuestionConfig } from './Question.js';
export declare class FooterQuestion extends Question {
    footerMaxLength: number;
    footerMinLength: number;
    constructor(name: PromptName, questionConfig: QuestionConfig, footerMaxLength?: number, footerMinLength?: number);
    beforeQuestionStart(answers: Answers): void;
}
export declare function getQuestions(): Array<DistinctQuestion>;
export declare function combineCommitMessage(answers: Answers): string;
//# sourceMappingURL=SectionFooter.d.ts.map