import { CommandFunction } from '@lingxiteam/types'; /** * 获取当前步骤 * @param cmd * @param topparam * @param context * @returns */ declare const CMD: CommandFunction; export default CMD;