import { type SshTarget } from './types.js'; import type { RegistryCredential } from '../launch/types.js'; /** * Transfer bootstrap bundle to remote host and start docker compose. */ export declare function deployToRemote(target: SshTarget, bundleDir: string, remotePath: string, registryCredentials?: RegistryCredential[]): void; //# sourceMappingURL=remote-compose.d.ts.map