/** * SSH Verification Scanfixes * * Two concerns: * 1. Vault key extraction — if vault has {STAGE}_SSH but no key on disk, extract it * 2. SSH connectivity — if key exists, verify the connection actually works */ import type { Fix } from '../../../../types/index.js'; export declare const sshVerifyFixes: Fix[]; //# sourceMappingURL=ssh-verify.d.ts.map