import { MittwaldAPIV2Client } from "@mittwald/api-client"; import { SSHConnectionData } from "./types.js"; export declare function getSSHConnectionForProject(client: MittwaldAPIV2Client, projectId: string, sshUser: string | undefined): Promise;