import { type Plugin } from '@commitlint/types';
declare const rules: Plugin['rules'];
export { rules };
