import type { CanispamFinding } from './types.js'; export declare const scanContent: (text: string, html: string) => CanispamFinding[]; //# sourceMappingURL=content-rules.d.ts.map