import { RiskLevel } from './risk'; export declare const log: { info: (msg: string) => void; success: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; skip: (msg: string) => void; section: (msg: string) => void; raw: (msg: string) => void; dim: (msg: string) => void; }; export declare function riskBadge(level: RiskLevel): string; export declare function riskText(level: RiskLevel): string; export declare function printBanner(title: string): void; //# sourceMappingURL=render.d.ts.map