/** * @author Kuitos * @since 2019-11-12 */ import type { LifeCycles, ObjectType } from '../types'; export default function getAddOn(global: Window, publicPath?: string): LifeCycles;