UNPKG

balena-cli

Version:

The official balena Command Line Interface

5 lines (4 loc) 151 B
import { type Hook } from '@oclif/core'; export declare const trackPromise: Promise<unknown>; declare const hook: Hook<'prerun'>; export default hook;