mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
6daed83d88
Change-Type: patch
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;
|
|
}
|