/** * Print non-fatal config warnings to stderr. * Outputs one line per warning followed by a blank separator line. * Called from cli.ts when sentoriConfig.warnings.length > 0. */ export declare function printConfigWarnings(warnings: string[]): void; //# sourceMappingURL=print-warnings.d.ts.map