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>;