import type { SecretFinding } from '../../core/security/secretDetectors.js'; /** * Print potential secrets detected in the codebase. * @param secrets - List of secret findings * @param strict - Whether strict mode is enabled * @returns void */ export declare function printSecrets(secrets: SecretFinding[], strict?: boolean): void; //# sourceMappingURL=printSecrets.d.ts.map