import { CommandFunction } from '@lingxiteam/types'; /** * 加载数据指令 * @param cmd * @param topparam * @param context * @returns */ declare const CMD: CommandFunction; export default CMD;