UNPKG

balena-cli

Version:

The official balena Command Line Interface

9 lines (8 loc) 230 B
interface LocalBalenaOsDevice { address: string; host: string; osVariant?: string; port: number; } export declare function discoverLocalBalenaOsDevices(timeout?: number): Promise<LocalBalenaOsDevice[]>; export {};