import { SshHost } from './SshHost'; export interface SshConfig { host?: SshHost; match?: SshHost; } //# sourceMappingURL=SshConfig.d.ts.map