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