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