export declare class InvalidPluginError extends Error { constructor(plugin_name: string, message: string); }