#!/usr/bin/env node /** * WebForge CLI 入口 */ import { Command } from 'commander'; export declare function createProgram(): Command; export declare function registerGlobalErrorHandlers(): void; export declare function isCliEntrypoint(argv?: string[]): boolean; //# sourceMappingURL=index.d.ts.map