import { PluginMeta } from '../types/plugin'; export declare function matchPluginId(idToMatch: string, pluginMeta: PluginMeta): boolean;