UNPKG

balena-cli

Version:

The official balena Command Line Interface

6 lines (5 loc) 329 B
import type { Options as GlobalTunnelNgConfig } from 'global-tunnel-ng'; export type { GlobalTunnelNgConfig }; import type { CliSettings } from './bootstrap'; export declare function setupGlobalHttpProxy(settings: CliSettings): Promise<void>; export declare function makeUrlFromTunnelNgConfig(cfg: GlobalTunnelNgConfig): string;