import { type CommandFunction } from '@lingxiteam/types'; /** * 循环块获取选择数据 * @param cmd * @param topparam * @param context * @returns */ declare const CMD: CommandFunction; export default CMD;