/** * Audit every account that has a connector registry. For each, emit: * - `op=leak-scan outcome=clean|LEAK name=` per stored secret (LEAK if its value * is found in any connector log). * - `op=reconcile name= outcome=ok|missing-secret|orphan-secret` per registry/secret name. * A secret value is never emitted. */ export declare function runAudit(platformRoot: string, logDir: string | null, emit: (line: string) => void): void; //# sourceMappingURL=audit-connectors.d.ts.map