import type { SshExecutor, SshTarget } from "./ssh.js"; export declare const readinessDiagnostics: (targets: readonly SshTarget[], executor: SshExecutor, failure: { readonly id: string; readonly url: string; }) => Promise; //# sourceMappingURL=ssh-diagnostics.d.ts.map