UNPKG

balena-cli

Version:

The official balena Command Line Interface

5 lines (4 loc) 289 B
import type { AppOptions } from './preparser'; export declare const setupSentry: () => Promise<import("@sentry/node").Hub>; export declare function setMaxListeners(maxListeners: number): void; export declare function run(cliArgs: string[] | undefined, options: AppOptions): Promise<void>;