UNPKG

201 BTypeScriptView Raw
1import CommandsUpdate from './commands/update.js';
2export declare const commands: {
3 update: typeof CommandsUpdate;
4};
5export declare const hooks: {
6 init: import("@oclif/core").Hook<"init">;
7};