UNPKG

balena-cli

Version:

The official balena Command Line Interface

4 lines (3 loc) 219 B
import type { BalenaSDK } from 'balena-sdk'; import type { Socket } from 'net'; export declare const tunnelConnectionToDevice: (uuid: string, port: number, sdk: BalenaSDK) => Promise<(client: Socket) => Promise<void>>;