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