import { CommandFunction } from '@lingxiteam/types'; /** * 开始倒计时 * @param cmd * @param topparam * @param context * @returns */ declare const CMD: CommandFunction; export default CMD;