import type { Engine } from '@galacean/effects'; export interface PluginData { hookTimeInfo: (label: string, fn: () => Promise) => Promise; engine?: Engine; assets: Record; }