import { Commitlint } from "@savvy-web/silk-effects"; //#region src/commitlint/formatter.d.ts type FormatterResult = Commitlint.FormatterResult; type LintOutcome = Commitlint.LintOutcome; type RuleResult = Commitlint.RuleResult; declare const format: typeof Commitlint.format; declare const ERROR_EXPLANATIONS: Record; declare const ERROR_SUGGESTIONS: Record; declare const getExplanation: typeof Commitlint.getExplanation; declare const getSuggestion: typeof Commitlint.getSuggestion; declare const _default: typeof Commitlint.format; //#endregion export { ERROR_EXPLANATIONS, ERROR_SUGGESTIONS, FormatterResult, LintOutcome, RuleResult, _default as default, format, getExplanation, getSuggestion }; //# sourceMappingURL=commitlint-formatter.d.ts.map