import { type ValidationIssue } from 'cspell-lib'; import type { CommitProperty, CommitLintRule } from './types.js'; export declare function checkSpelling(text: string | null | undefined): Promise; export declare function makeMessage(property: CommitProperty, issues: ValidationIssue[]): string | undefined; export declare function makeRule(property: CommitProperty): CommitLintRule; //# sourceMappingURL=utils.d.ts.map