import type { PluginConfig } from '../types';
export declare const isPluginActivated: (pluginConfig: PluginConfig) => boolean;
