import type { z } from "zod"; import type { sshSchema } from "./inputs.js"; import type { SshExecutor } from "./ssh.js"; export declare const overSsh: (executor: SshExecutor, ssh: z.infer, remotePort: number, fn: (baseUrl: string) => Promise) => Promise; //# sourceMappingURL=over-ssh.d.ts.map