import type { RuntimePlugin } from '@ice/runtime/types'; import type { LifecycleOptions } from '../types'; declare const runtime: RuntimePlugin; export default runtime;