mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
|
declare module 'balena-sync' {
|
||
|
import { CommandDefinition } from 'capitano';
|
||
|
|
||
|
export function capitano(tool: 'balena-cli'): CommandDefinition;
|
||
|
}
|