import { InventoryData, ConventionReport } from '../types'; export declare function checkConventions(dir: string, inventory: InventoryData, excludeDirs?: string[]): ConventionReport;