import { type Command, program } from '@modern-js/utils'; export declare function initCommandsMap(): void; export type { Command }; export { program };