import { ErrorCode } from "@storm-stack/errors";
export type PluginSystemErrorCode = ErrorCode | "module_not_found" | "plugin_not_found" | "plugin_loading_failure";
export declare const PluginSystemErrorCode: any;
