import type { BlastRadiusReport } from '../resources/types.js'; export declare function formatReport(report: BlastRadiusReport): string; export declare function formatCompact(report: BlastRadiusReport): string; //# sourceMappingURL=human.d.ts.map