import { type WriteableCommandLifeCycleServiceGenerator } from '@coze-common/chat-area'; import { type PluginBizContext } from '../../types/biz-context'; export const commandLifeCycleServiceGenerator: WriteableCommandLifeCycleServiceGenerator< PluginBizContext > = plugin => ({});