export declare class PluginNotFoundInRegistryError extends Error {
    constructor(pluginId: string);
}
