import commander from 'commander'; /** * 注册云函数本地运行命令 */ export default function registerFunctionRunCommand(program: commander.Command): void;