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