import { Rule } from '../types';
/**
 * Module-hygiene pack — "shape of the code" issues that AI output frequently
 * ships: top-level side effects, async wrapper on sync body, swallowed
 * errors, loose `any` explosion. Detection lives in `AstSecurityScanner`.
 */
export declare const moduleRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map