import { CommandFunction } from '@lingxiteam/types'; /** * 清空数据 * @param cmd * @param topparam * @param context */ declare const CMD: CommandFunction; export default CMD;