import { Commitlint } from "@savvy-web/silk-effects"; //#region src/commitlint/static.d.ts type CommitType = Commitlint.CommitType; type CommitTypeDefinition = Commitlint.CommitTypeDefinition; type CommitlintPlugin = Commitlint.CommitlintPlugin; type CommitlintUserConfig = Commitlint.CommitlintUserConfig; type PromptConfig = Commitlint.PromptConfig; type PromptSettings = Commitlint.PromptSettings; type RuleApplicability = Commitlint.RuleApplicability; type RuleConfigTuple = Commitlint.RuleConfigTuple; type RuleSeverity = Commitlint.RuleSeverity; type RulesConfig = Commitlint.RulesConfig; declare const COMMIT_TYPES: readonly ["ai", "build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "revert", "style", "tdd", "test"]; declare const COMMIT_TYPE_DEFINITIONS: readonly Commitlint.CommitTypeDefinition[]; declare const DCO_SIGNOFF_TEXT = "Signed-off-by:"; declare const DEFAULT_BODY_MAX_LINE_LENGTH = 300; declare const TDD_SCOPE_PATTERN: RegExp; declare const TDD_STATES: readonly ["spike", "red", "green", "refactor"]; declare const _default: Commitlint.CommitlintUserConfig; //#endregion export { COMMIT_TYPES, COMMIT_TYPE_DEFINITIONS, CommitType, CommitTypeDefinition, CommitlintPlugin, CommitlintUserConfig, DCO_SIGNOFF_TEXT, DEFAULT_BODY_MAX_LINE_LENGTH, PromptConfig, PromptSettings, RuleApplicability, RuleConfigTuple, RuleSeverity, RulesConfig, TDD_SCOPE_PATTERN, TDD_STATES, _default as default }; //# sourceMappingURL=commitlint-static.d.ts.map