import type { PluginDetails, ConfigModule } from "@medusajs/types";
/**
 * Mutates the configModules object and merges the plugin modules with
 * the modules defined inside the user-config file
 */
export declare function mergePluginModules(configModule: ConfigModule, plugins: PluginDetails[]): void;
//# sourceMappingURL=merge-plugin-modules.d.ts.map