import { PanelPlugin } from '../panel/PanelPlugin'; import { PluginMeta } from '../types/plugin'; export declare function throwIfAngular(module?: System.Module): void; export declare function throwIfAngular(panel?: PanelPlugin): void; export declare function throwIfAngular(plugin?: PluginMeta): void;