import type { Plugin } from '@ice/app/types'; interface PluginOptions { type: 'child' | 'framework'; library?: string | string[]; } declare const plugin: Plugin; export default plugin;