import type { AntelopeModuleConfig } from "@antelopejs/interface-core/config"; import { Command } from "commander"; interface AddOptions { mode: string; project: string; env?: string; ignoreCache?: boolean; } export declare const handlers: Map Promise<[string, AntelopeModuleConfig | string]>>; export declare function projectModulesAddCommand(modules: string[], options: AddOptions): Promise; export default function (): Command; export {};