#!/usr/bin/env bun export declare class GitSshError extends Error { } export declare function gitSshArgv(args: readonly string[]): string[]; export declare function runGitSsh(args?: string[]): Promise;