import { HookMap } from '@shuvi/hook'; export interface CustomAppContext { } export interface CustomRuntimePluginHooks extends HookMap { }