import type { CustomRuleDefinition } from './customRules.types'; /** * Load custom rules from .cdk-insights-rules.json in the current directory. * Returns an empty array if the file doesn't exist or is invalid. */ export declare function loadCustomRules(cwd?: string): CustomRuleDefinition[];