@forge/cli

11.0.1-next.1411.1.0-next.24
out/command-line/register-installation-commands.d.ts
out/command-line/register-installation-commands.d.ts
+1−1
Index: package/out/command-line/register-installation-commands.d.ts
===================================================================
--- package/out/command-line/register-installation-commands.d.ts
+++ package/out/command-line/register-installation-commands.d.ts
@@ -1,4 +1,4 @@
 import { Dependencies } from './dependency-injection';
 export declare const registerListInstallationsCommand: ({ cmd, ui, services: { installationsService } }: Dependencies) => void;
-export declare const registerCommands: ({ cmd, ...deps }: Dependencies) => Promise<void>;
+export declare const registerCommands: ({ cmd, ...deps }: Dependencies) => void;
 //# sourceMappingURL=register-installation-commands.d.ts.map
\ No newline at end of file